stream-hash
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -29,3 +29,4 @@ var Transform = require('stream').Transform; | ||
this._cb(this._hash.digest(this._encoding)); | ||
done(); | ||
}; | ||
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1590
31