Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "amdex", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A tool to extract and restore AMD-style JavaScript modules", | ||
@@ -11,5 +11,5 @@ "module": "index.ts", | ||
"scripts": { | ||
"build": "bun build ./cli.js --outfile=./dist/cli.mjs", | ||
"build": "rm -rf ./dist && bun build ./cli.js --target=node --outfile=./dist/cli.mjs && chmod +x ./dist/cli.mjs", | ||
"prepare": "npm run build", | ||
"start": "node dist/cli.mjs" | ||
"start": "node cli.js" | ||
}, | ||
@@ -16,0 +16,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
267412
7393
11