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

@jitl/quickjs-wasmfile-release-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-release-sync - npm Package Compare versions

Comparing version 0.25.0-rc.4 to 0.25.0-rc.5

2

dist/index.d.ts

@@ -36,3 +36,3 @@ import * as _jitl_quickjs_ffi_types from '@jitl/quickjs-ffi-types';

readonly type: "sync";
readonly importFFI: () => Promise<(new (module: _jitl_quickjs_ffi_types.QuickJSEmscriptenModule) => _jitl_quickjs_ffi_types.QuickJSFFI) | typeof QuickJSFFI>;
readonly importFFI: () => Promise<typeof QuickJSFFI | (new (module: _jitl_quickjs_ffi_types.QuickJSEmscriptenModule) => _jitl_quickjs_ffi_types.QuickJSFFI)>;
readonly importModuleLoader: () => Promise<typeof ___dist_emscripten_module_browser_js | _jitl_quickjs_ffi_types.EmscriptenModuleLoader<_jitl_quickjs_ffi_types.QuickJSEmscriptenModule> | {

@@ -39,0 +39,0 @@ default: _jitl_quickjs_ffi_types.EmscriptenModuleLoader<_jitl_quickjs_ffi_types.QuickJSEmscriptenModule>;

{
"name": "@jitl/quickjs-wasmfile-release-sync",
"version": "0.25.0-rc.4",
"version": "0.25.0-rc.5",
"description": "Variant of quickjs library: Variant with separate .WASM file. Supports browser, NodeJS ESM, and NodeJS CJS.",

@@ -52,5 +52,4 @@ "sideEffects": false,

"dependencies": {
"@jitl/quickjs-ffi-types": "0.25.0-rc.4"
},
"stableVersion": "0.25.0-rc.3"
"@jitl/quickjs-ffi-types": "0.25.0-rc.5"
}
}

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