Socket
Socket
Sign inDemoInstall

opencollective-postinstall

Package Overview
Dependencies
Maintainers
2
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 2.0.2 to 2.0.3

2

index.js

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

var envDisable = isTrue(process.env.DISABLE_OPENCOLLECTIVE) || isTrue(process.env.CI);
var envDisable = isTrue(process.env.DISABLE_OPENCOLLECTIVE) || isTrue(process.env.OPEN_SOURCE_CONTRIBUTOR) || isTrue(process.env.CI);
var logLevel = process.env.npm_config_loglevel;

@@ -10,0 +10,0 @@ var logLevelDisplay = ['silent', 'error', 'warn'].indexOf(logLevel) > -1;

{
"name": "opencollective-postinstall",
"version": "2.0.2",
"version": "2.0.3",
"description": "Lightweight npm postinstall message to invite people to donate to your collective",

@@ -13,2 +13,5 @@ "main": "index.js",

},
"files": [
"index.js"
],
"bin": "index.js",

@@ -28,4 +31,4 @@ "keywords": [

"devDependencies": {
"jest": "^24.0.0"
"jest": "^26.0.1"
}
}
# Open Collective postinstall
[![Greenkeeper badge](https://badges.greenkeeper.io/opencollective/opencollective-postinstall.svg)](https://greenkeeper.io/)
Lightweight npm postinstall message to invite people to donate to your collective

@@ -4,0 +6,0 @@

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