wasm-json-toolkit
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -48,3 +48,3 @@ const Buffer = require('safe-buffer').Buffer | ||
const end = this._pipe.bytesRead | ||
const section = this._wasm.subarray(start, end) | ||
const section = this._wasm.slice(start, end) | ||
const index = this._sections.push(section) - 1 | ||
@@ -51,0 +51,0 @@ |
{ | ||
"name": "wasm-json-toolkit", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "this convertes wasm binaries to json and json to wasm binaries", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
1
54741
15
1597