Comparing version 1.6.2 to 1.6.3
@@ -167,5 +167,5 @@ const ascii = require('./lib/ascii') | ||
} | ||
} else if (typeof val === 'number') { | ||
} else if (typeof value === 'number') { | ||
value = value & 0xff | ||
} else if (typeof val === 'boolean') { | ||
} else if (typeof value === 'boolean') { | ||
value = +value | ||
@@ -172,0 +172,0 @@ } |
{ | ||
"name": "b4a", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Bridging the gap between buffers and typed arrays", | ||
@@ -5,0 +5,0 @@ "main": "index.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
27477