Socket
Socket
Sign inDemoInstall

opencollective-postinstall

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencollective-postinstall - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

7

bin/setup.js

@@ -7,2 +7,9 @@ #!/usr/bin/env node

}
// In some CI environment, NODE_ENV might not be defined.
// We exit if `inquirer` module is not installed
try {
require.resolve("inquirer");
} catch(e) {
process.exit(0);
}

@@ -9,0 +16,0 @@ const fs = require('fs');

2

package.json
{
"name": "opencollective-postinstall",
"version": "1.0.11",
"version": "1.0.12",
"description": "Prompt users to donate after they install your node module with npm install",

@@ -5,0 +5,0 @@ "main": "index.js",

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