Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.6 to 1.0.7

2

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

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

@@ -7,2 +7,3 @@ const fs = require('fs');

const packageJSONFile = '../../package.json';
var package;
try {

@@ -16,3 +17,3 @@ const package = require(packageJSONFile);

if (typeof package === 'undefined') {
if (!package) {
console.log("Cannot load the `package.json` of your project");

@@ -19,0 +20,0 @@ console.log("Please make sure `opencollective-postinstall` is within the `node_modules` directory of your project.")

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