Socket
Socket
Sign inDemoInstall

quickjs-emscripten

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quickjs-emscripten - npm Package Compare versions

Comparing version 0.1.0-c to 0.1.0

4

dist/quickjs.d.ts

@@ -58,4 +58,4 @@ import { QuickJSFFI, JSContextPointer, JSValuePointer, JSRuntimePointer, JSValueConstPointer } from './ffi';

export declare class QuickJSVm implements LowLevelJavascriptVm<QuickJSHandle> {
readonly ctx: Lifetime<JSContextPointer>;
readonly rt: Lifetime<JSRuntimePointer>;
private readonly ctx;
private readonly rt;
private readonly module;

@@ -62,0 +62,0 @@ private readonly ffi;

{
"name": "quickjs-emscripten",
"version": "0.1.0-c",
"version": "0.1.0",
"main": "dist/quickjs.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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