Skip to content

Commit

Permalink
0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
snyamathi authored and goto-bus-stop committed May 28, 2021
1 parent 7d2a968 commit e37ce41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit e37ce41

Please sign in to comment.