@jitl/quickjs-wasmfile-debug-sync
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -11,2 +11,3 @@ import { QuickJSSyncVariant } from '@jitl/quickjs-ffi-types'; | ||
* | -- | -- | -- | | ||
* | library | quickjs | The original [bellard/quickjs](https://github.com/bellard/quickjs) library. Version [2024-01-13+229b07b9](https://github.com/bellard/quickjs/commit/229b07b9b2c811eaf84db209a1d6f9e2a8a7b0d9) vendored to quickjs-emscripten on 2024-02-11. | | ||
* | releaseMode | debug | Enables assertions and memory sanitizers. Try to run your tests against debug variants, in addition to your preferred production variant, to catch more bugs. | | ||
@@ -13,0 +14,0 @@ * | syncMode | sync | The default, normal build. Note that both variants support regular async functions. | |
{ | ||
"name": "@jitl/quickjs-wasmfile-debug-sync", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser ESM, NodeJS ESM, and NodeJS CommonJS.", | ||
@@ -56,4 +56,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@jitl/quickjs-ffi-types": "0.27.0" | ||
"@jitl/quickjs-ffi-types": "0.28.0" | ||
} | ||
} |
@@ -20,2 +20,4 @@ # @jitl/quickjs-wasmfile-debug-sync | ||
Version [2024-01-13+229b07b9](https://github.com/bellard/quickjs/commit/229b07b9b2c811eaf84db209a1d6f9e2a8a7b0d9) vendored to quickjs-emscripten on 2024-02-11. | ||
## Release mode: debug | ||
@@ -22,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
7558573
20636
88
25
+ Added@jitl/quickjs-ffi-types@0.28.0(transitive)
- Removed@jitl/quickjs-ffi-types@0.27.0(transitive)