blimmer-tmp-shared-patch-npm-package
Advanced tools
Comparing version 2.0.0-alpha.2 to 2.0.0-alpha.3
{ | ||
"name": "blimmer-tmp-shared-patch-npm-package", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"postinstall": "echo hi > foo.txt", | ||
"postinstall": "patch-package && mkdir -p ../../patches && cp ./patches/date-fns+2.28.0.patch ../../patches", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Ben Limmer", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"date-fns": "^2.28.0", | ||
"patch-package": "^6.4.7" | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
772
2