From e37ce41f4063bcd7bc27e01470d6654053bdcd14 Mon Sep 17 00:00:00 2001 From: Suneil Nyamathi Date: Thu, 6 May 2021 16:10:48 -0700 Subject: [PATCH] 0.12.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35dbf8..4b9a91d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.12.4 +* Avoid SharedArrayBuffer until required. ([@snyamathi](https://github.com/snyamathi) in [#59](https://github.com/browserify/node-util/pull/59)) + + This fixes a [security warning](https://developers.google.com/search/blog/2021/03/sharedarraybuffer-notes) for SharedArrayBuffer. + ## 0.12.3 * Use robust `which-typed-array`, `is-typed-array` modules for the `util.types.isTypedArray` family of functions. ([@wbinnssmith](https://github.com/wbinnssmith) in [#47](https://github.com/browserify/node-util/pull/47)) diff --git a/package.json b/package.json index bb0682a..3b10431 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "util", "description": "Node.js's util module for all engines", - "version": "0.12.3", + "version": "0.12.4", "author": { "name": "Joyent", "url": "http://www.joyent.com"