@gmod/binary-parser
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -11,2 +11,4 @@ //======================================================================================== | ||
window.Buffer = Buffer | ||
if (typeof self !== 'undefined') | ||
self.Buffer = Buffer // this is for webworker, and also is not an elseif to avoid window polyfills in webworker | ||
@@ -13,0 +15,0 @@ var PRIMITIVE_TYPES = { |
{ | ||
"name": "@gmod/binary-parser", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Blazing-fast binary parser builder", | ||
@@ -5,0 +5,0 @@ "main": "lib/binary_parser.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
267521
6
845