@chainsafe/snappy-stream
Advanced tools
+7
-0
| # Changelog | ||
| ### [5.1.1](https://github.com/ChainSafe/node-snappy-stream/compare/v5.1.0...v5.1.1) (2022-04-28) | ||
| ### Bug Fixes | ||
| * Fix self reference ([#11](https://github.com/ChainSafe/node-snappy-stream/issues/11)) ([2b11904](https://github.com/ChainSafe/node-snappy-stream/commit/2b119040d9c6fcdaf94c504deb3e6a839f6251ba)) | ||
| ## [5.1.0](https://github.com/ChainSafe/node-snappy-stream/compare/v5.0.3...v5.1.0) (2022-04-27) | ||
@@ -4,0 +11,0 @@ |
@@ -79,3 +79,3 @@ /** | ||
| CompressStream.prototype._transform = function(chunk, enc, callback) { | ||
| self = this; | ||
| const self = this; | ||
@@ -82,0 +82,0 @@ function asyncCompressNext(startFrom) { |
+1
-1
| { | ||
| "name": "@chainsafe/snappy-stream", | ||
| "version": "5.1.0", | ||
| "version": "5.1.1", | ||
| "description": "Compress data over a Stream using the snappy framing format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
47956
0.67%