opencollective-postinstall
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -138,3 +138,3 @@ #!/usr/bin/env node | ||
let readme; | ||
var readme; | ||
try { | ||
@@ -151,3 +151,3 @@ readme = fs.readFileSync(projectREADME, 'utf8'); | ||
let firstBadgeDetected = false; | ||
var firstBadgeDetected = false; | ||
lines.forEach(line => { | ||
@@ -154,0 +154,0 @@ if (!firstBadgeDetected && (line.match(/badge.svg/) || line.match(/img.shields.io/))) { |
{ | ||
"name": "opencollective-postinstall", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Prompt users to donate after they install your node module with npm install", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5