bplist-parser
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -178,3 +178,3 @@ /* eslint-disable no-console */ | ||
} else { | ||
throw new Error("To little heap space available! Wanted to read " + length + " bytes, but only " + exports.maxObjectSize + " are available."); | ||
throw new Error("Too little heap space available! Wanted to read " + length + " bytes, but only " + exports.maxObjectSize + " are available."); | ||
} | ||
@@ -181,0 +181,0 @@ } |
{ | ||
"name": "bplist-parser", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Binary plist parser.", | ||
@@ -5,0 +5,0 @@ "main": "bplistParser.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
23763
7
637