Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stream-hash

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-hash - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js

@@ -29,3 +29,4 @@ var Transform = require('stream').Transform;

this._cb(this._hash.digest(this._encoding));
done();
};

2

package.json
{
"name": "stream-hash",
"version": "1.0.0",
"version": "1.0.1",
"description": "A transform stream that calls back with a hash",

@@ -5,0 +5,0 @@ "repository": "juliangruber/stream-hash",

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