binary-parse-stream
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "binary-parse-stream", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Painless streaming binary protocol parsers using generators.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -32,2 +32,3 @@ # binary-parse-stream | ||
module.exports = SillyProtocolParseStream | ||
inherits(SillyProtocolParseStream, BinaryParseStream) | ||
function SillyProtocolParseStream(options) { | ||
@@ -34,0 +35,0 @@ BinaryParseStream.call(this, options) |
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
3431
70
43