@eris/image-cli
Advanced tools
Comparing version 0.2.0 to 0.2.1-alpha.0
{ | ||
"name": "@eris/image-cli", | ||
"version": "0.2.0", | ||
"version": "0.2.1-alpha.0", | ||
"description": "CLI wrapper and standalone executable API for @eris/image.", | ||
"main": "./lib/client.js", | ||
"main": "./dist/lib/client.js", | ||
"bin": { | ||
"image-cli": "./bin/index.js" | ||
"image-cli": "./bin/run.js" | ||
}, | ||
"scripts": { | ||
"download-prebuilt": "./scripts/download-prebuilt.sh", | ||
"build": "bash ./scripts/build.sh", | ||
"build": "tsc && bash ./scripts/build.sh", | ||
"test": "npm run test:lint && npm run test:unit", | ||
@@ -49,5 +49,5 @@ "test:unit": "mocha --reporter spec --timeout 4000 'test/**/*.test.js'", | ||
"dependencies": { | ||
"@eris/image": "0.2.0", | ||
"@eris/image": "0.2.1-alpha.0", | ||
"yargs": "^9.0.1" | ||
} | ||
} |
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
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
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
52068
39
995
2
+ Added@eris/exif@0.2.1-alpha.0(transitive)
+ Added@eris/image@0.2.1-alpha.0(transitive)
- Removed@eris/exif@0.2.0(transitive)
- Removed@eris/image@0.2.0(transitive)
Updated@eris/image@0.2.1-alpha.0