Socket
Socket
Sign inDemoInstall

@jitl/quickjs-ffi-types

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitl/quickjs-ffi-types - npm Package Compare versions

Comparing version 0.26.1-rc.0 to 0.27.0

3

dist/index.d.ts

@@ -178,2 +178,3 @@ /**

receiveWasmOffsetConverter?(bytes: ArrayBuffer, mod: WebAssembly.Module): void;
getWasmMemory?(): WebAssembly.Memory;
}

@@ -210,2 +211,4 @@ /**

wasmBinary?: ArrayBuffer;
/** If provided, use this WebAssembly.Memory instead of an automatically created one. */
wasmMemory?: WebAssembly.Memory;
/** Create an instance of the WASM module, call onSuccess(instance), then return instance.exports */

@@ -212,0 +215,0 @@ instantiateWasm?(imports: WebAssembly.Imports, onSuccess: (instance: WebAssembly.Instance) => void): WebAssembly.Exports | Promise<WebAssembly.Exports>;

4

package.json
{
"name": "@jitl/quickjs-ffi-types",
"version": "0.26.1-rc.0",
"version": "0.27.0",
"repository": {

@@ -32,4 +32,4 @@ "type": "git",

"devDependencies": {
"@jitl/tsconfig": "0.26.1-rc.0"
"@jitl/tsconfig": "0.27.0"
}
}

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