athenapdf-prebuilt
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "athenapdf-prebuilt", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Ivo von Putzer Reibegg <ivo.putzer@gmail.com> (https://github.com/ivoputzer)", | ||
@@ -20,14 +20,15 @@ "description": "a prebuilt version of the athenapdf binary", | ||
"main": "index.js", | ||
"bin": "", | ||
"bin": { | ||
"athenapdf": "lib/athenapdf/cli/bin/athenapdf" | ||
}, | ||
"scripts": { | ||
"test": "npm pack; mocha --recursive", | ||
"preinstall": "echo \"what the fuck\"" | ||
"test": "mocha --recursive --no-timeouts", | ||
"preinstall": "bin/preinstall.sh", | ||
"postinstall": "bin/postinstall.sh" | ||
}, | ||
"dependencies": { | ||
"athenapdf": "file:lib/athenapdf/cli" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "^3.1.2", | ||
"node-uuid": "^1.4.7" | ||
"fs-extra": "^1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 2 instances in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
7
2537
2
- Removedathenapdf@file:lib/athenapdf/cli