Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "dpacker", | ||
"version": "1.2.01", | ||
"version": "1.2.02", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -115,3 +115,5 @@ import fs from "fs"; | ||
if (!options.input) { | ||
console.error("No input directory specified"); | ||
console.error( | ||
"No input directory specified. Try running with `--help` for command usage." | ||
); | ||
process.exit(1); | ||
@@ -118,0 +120,0 @@ } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
29449
808