@webassemblyjs/wast-printer
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -213,7 +213,8 @@ "use strict"; | ||
out += space; | ||
out += '"'; | ||
var value = ""; | ||
n.init.values.forEach(function (byte) { | ||
out += String.fromCharCode(byte); | ||
}); | ||
out += '"'; | ||
value += String.fromCharCode(byte); | ||
}); // Avoid non-displayable characters | ||
out += JSON.stringify(value); | ||
out += ")"; | ||
@@ -220,0 +221,0 @@ return out; |
{ | ||
"name": "@webassemblyjs/wast-printer", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "WebAssembly text format printer", | ||
@@ -18,10 +18,10 @@ "main": "lib/index.js", | ||
"author": "Sven Sauleau", | ||
"license": "GPL-2.0", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@webassemblyjs/ast": "1.3.1", | ||
"@webassemblyjs/wast-parser": "1.3.1", | ||
"@webassemblyjs/ast": "1.3.2", | ||
"@webassemblyjs/wast-parser": "1.3.2", | ||
"long": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"@webassemblyjs/helper-test-framework": "1.3.1" | ||
"@webassemblyjs/helper-test-framework": "1.3.2" | ||
}, | ||
@@ -28,0 +28,0 @@ "repository": { |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
0
100
17000
3
712
+ Added@webassemblyjs/ast@1.3.2(transitive)
+ Added@webassemblyjs/floating-point-hex-parser@1.3.2(transitive)
+ Added@webassemblyjs/helper-code-frame@1.3.2(transitive)
+ Added@webassemblyjs/helper-fsm@1.3.2(transitive)
+ Added@webassemblyjs/helper-wasm-bytecode@1.3.2(transitive)
+ Added@webassemblyjs/leb128@1.3.2(transitive)
+ Added@webassemblyjs/validation@1.3.2(transitive)
+ Added@webassemblyjs/wasm-parser@1.3.2(transitive)
+ Added@webassemblyjs/wast-parser@1.3.2(transitive)
+ Addedwebassemblyjs@1.3.2(transitive)
- Removed@webassemblyjs/ast@1.3.1(transitive)
- Removed@webassemblyjs/floating-point-hex-parser@1.3.1(transitive)
- Removed@webassemblyjs/helper-code-frame@1.3.1(transitive)
- Removed@webassemblyjs/helper-fsm@1.3.1(transitive)
- Removed@webassemblyjs/helper-wasm-bytecode@1.3.1(transitive)
- Removed@webassemblyjs/leb128@1.3.1(transitive)
- Removed@webassemblyjs/validation@1.3.1(transitive)
- Removed@webassemblyjs/wasm-parser@1.3.1(transitive)
- Removed@webassemblyjs/wast-parser@1.3.1(transitive)
- Removedwebassemblyjs@1.3.1(transitive)
Updated@webassemblyjs/ast@1.3.2