New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

athenapdf-prebuilt

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

athenapdf-prebuilt - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

bin/postinstall.sh

17

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc