Comparing version 4.9.0 to 4.9.1
@@ -311,3 +311,3 @@ var inherits = require('inherits'); | ||
var num = len & 0x7f; | ||
if (num >= 4) | ||
if (num > 4) | ||
return buf.error('length octect is too long'); | ||
@@ -314,0 +314,0 @@ |
{ | ||
"name": "asn1.js", | ||
"version": "4.9.0", | ||
"version": "4.9.1", | ||
"description": "ASN.1 encoder and decoder", | ||
@@ -5,0 +5,0 @@ "main": "lib/asn1.js", |
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
46693