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

eel-wasm

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eel-wasm - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

dist/build/parser.js

7

package.json
{
"name": "eel-wasm",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/src/index.js",

@@ -15,2 +15,5 @@ "license": "MIT",

},
"files": [
"dist/**/*"
],
"scripts": {

@@ -24,3 +27,3 @@ "test": "jest",

"build-parser": "node ./tools/buildParser.js > ./build/parser.js",
"build": "yarn build-parser && tsc && parcel build src/index.ts -o built/index.bundle.js --experimental-scope-hoisting"
"build": "yarn build-parser && tsc && parcel build src/index.ts -o dist/index.bundle.js --experimental-scope-hoisting"
},

@@ -27,0 +30,0 @@ "devDependencies": {

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