Comparing version 0.0.2 to 0.0.3
{ | ||
"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": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
262646
4
1
46
2879