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

@chainsafe/snappy-stream

Package Overview
Dependencies
Maintainers
6
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.1
to
5.1.2
+12
-0
CHANGELOG.md
# Changelog
## [5.1.2](https://github.com/ChainSafe/node-snappy-stream/compare/v5.1.1...v5.1.2) (2023-01-12)
### Bug Fixes
* migrate to @chainsafe/fast-crc32c 4.0.0 ([#17](https://github.com/ChainSafe/node-snappy-stream/issues/17)) ([fb67a6c](https://github.com/ChainSafe/node-snappy-stream/commit/fb67a6c53681c567b7457ad8ea6f4df428b13843))
### Miscellaneous
* update readme ([78b25c2](https://github.com/ChainSafe/node-snappy-stream/commit/78b25c2e07559d1ca57b5f6da6cc2d1d7a6343a6))
### [5.1.1](https://github.com/ChainSafe/node-snappy-stream/compare/v5.1.0...v5.1.1) (2022-04-28)

@@ -4,0 +16,0 @@

+2
-2
{
"name": "@chainsafe/snappy-stream",
"version": "5.1.1",
"version": "5.1.2",
"description": "Compress data over a Stream using the snappy framing format",

@@ -28,3 +28,3 @@ "main": "index.js",

"buffer-from": "^1.1.1",
"@chainsafe/fast-crc32c": "3.0.0",
"@chainsafe/fast-crc32c": "^4.0.0",
"snappy": "^6.3.5"

@@ -31,0 +31,0 @@ },

@@ -1,8 +0,9 @@

# snappy-stream[![build status](https://secure.travis-ci.org/kesla/node-snappy-stream.svg)](http://travis-ci.org/kesla/node-snappy-stream)
# snappy-stream[![Node.js CI/CD](https://github.com/ChainSafe/node-snappy-stream/actions/workflows/main.yaml/badge.svg?branch=master&event=push)](https://github.com/ChainSafe/node-snappy-stream/actions/workflows/main.yaml)
Compress data over a Stream using the snappy framing format
[![NPM](https://nodei.co/npm/snappy-stream.png?downloads&stars)](https://nodei.co/npm/snappy-stream/)
[![Npm package version](https://badgen.net/npm/v/@chainsafe/snappy-stream)](https://npmjs.com/package/@chainsafe/snappy-stream)
[![Npm package monthly downloads](https://badgen.net/npm/dm/@chainsafe/snappy-stream)](https://npmjs.ccom/package/@chainsafe/snappy-stream)
[![Npm package license](https://badgen.net/npm/license/@chainsafe/snappy-stream)](https://npmjs.com/package/@chainsafe/snappy-stream)
[![NPM](https://nodei.co/npm-dl/snappy-stream.png)](https://nodei.co/npm/snappy-stream/)

@@ -12,3 +13,3 @@ ## Installation

```
npm install snappy-stream
npm install @chainsafe/snappy-stream
```

@@ -15,0 +16,0 @@