Socket
Socket
Sign inDemoInstall

crc32-stream

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crc32-stream - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

LICENSE

17

package.json
{
"name": "crc32-stream",
"version": "0.3.3",
"version": "0.3.4",
"description": "a streaming CRC32 checksumer",

@@ -17,12 +17,6 @@ "homepage": "https://github.com/archiverjs/node-crc32-stream",

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib",
"LICENSE-MIT"
"lib"
],

@@ -48,3 +42,6 @@ "engines": {

"checksum"
]
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}

@@ -1,2 +0,2 @@

# crc32-stream v0.3.3 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream)
# crc32-stream v0.3.4 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream)

@@ -3,0 +3,0 @@ crc32-stream is a streaming CRC32 checksumer. It uses [buffer-crc32](https://www.npmjs.org/package/buffer-crc32) behind the scenes to reliably handle binary data and fancy character sets. Data is passed through untouched.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc