Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@jitl/quickjs-wasmfile-debug-sync

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitl/quickjs-wasmfile-debug-sync - npm Package Compare versions

Comparing version 0.27.0 to 0.28.0

1

dist/index.d.ts

@@ -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. |

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc