decimal-math-ops
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "decimal-math-ops", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"postinstall": "! pwd | grep -q node_modules && patch-package", | ||
"postinstall": "if ! pwd | grep -q node_modules ; then patch-package; fi", | ||
"precommit": "ciq package check-file-links", | ||
@@ -8,0 +8,0 @@ "commitmsg": "validate-commit-msg", |
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
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
24825