Comparing version 0.0.13 to 0.1.0
{ | ||
"name": "ludi", | ||
"version": "0.0.13", | ||
"version": "0.1.0", | ||
"author": "John Susek <ludi@johnsolo.net>", | ||
"bin": "./cli.mjs", | ||
"bin": { | ||
"ludi": "dist/index.js" | ||
}, | ||
"files": [ | ||
"dist/assemble.mjs", | ||
"dist/build.mjs", | ||
"dist/renderer.mjs", | ||
"dist/*.js", | ||
"data/heaps.xml" | ||
], | ||
"scripts": { | ||
"compile": "scripts/compile.sh", | ||
"build": "ncc src/cli.ts", | ||
"test": "tsx tests/run.ts" | ||
@@ -15,0 +15,0 @@ }, |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
4742459
5
3790