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

@jitl/quickjs-browser-release-asyncify-singlefile

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jitl/quickjs-browser-release-asyncify-singlefile - npm Package Compare versions

Comparing version 0.25.0-rc.2 to 0.25.0-rc.3

dist/emscripten-module.cjs

2

dist/index.js

@@ -18,5 +18,5 @@ /**

importFFI: () => import("./ffi.js").then((mod) => mod.QuickJSAsyncFFI),
importModuleLoader: () => import("./emscripten-module.js").then((mod) => mod.default),
importModuleLoader: () => import("@jitl/quickjs-browser-release-asyncify-singlefile/emscripten-module").then((mod) => mod.default),
};
export default variant;
//# sourceMappingURL=index.js.map
{
"name": "@jitl/quickjs-browser-release-asyncify-singlefile",
"version": "0.25.0-rc.2",
"version": "0.25.0-rc.3",
"type": "module",

@@ -43,11 +43,11 @@ "description": "Variant of quickjs library: ESModule for browsers or browser-like environments",

},
"./emscripten": {
"./emscripten-module": {
"types": "./dist/emscripten-module.d.ts",
"import": "./dist/emscripten-module.js",
"require": "./dist/emscripten-module.js"
"import": "./dist/emscripten-module.mjs"
}
},
"dependencies": {
"@jitl/quickjs-ffi-types": "0.25.0-rc.2"
}
"@jitl/quickjs-ffi-types": "0.25.0-rc.3"
},
"stableVersion": "0.25.0-rc.2"
}

@@ -68,5 +68,4 @@ # @jitl/quickjs-browser-release-asyncify-singlefile

"-s SINGLE_FILE=1",
"-s EXPORT_ES6=1",
"-s ENVIRONMENT=web,worker"
]
```

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