🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@chainsafe/snappy-stream

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/snappy-stream - npm Package Compare versions

Comparing version
5.1.0
to
5.1.1
+7
-0
CHANGELOG.md
# 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 @@

+1
-1

@@ -79,3 +79,3 @@ /**

CompressStream.prototype._transform = function(chunk, enc, callback) {
self = this;
const self = this;

@@ -82,0 +82,0 @@ function asyncCompressNext(startFrom) {

{
"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",