sweetalert2
Advanced tools
Comparing version 3.3.4 to 3.3.5
{ | ||
"name": "sweetalert2", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"repository": "https://github.com/limonte/sweetalert2.git", | ||
@@ -45,3 +45,3 @@ "homepage": "https://limonte.github.io/sweetalert2/", | ||
"test": "gulp test", | ||
"postinstall": "git ls-files dist | tr '\\n' ' ' | xargs git update-index --assume-unchanged" | ||
"postinstall": "if [ -d .git ]; then git ls-files dist | tr '\\n' ' ' | xargs git update-index --assume-unchanged; fi" | ||
}, | ||
@@ -48,0 +48,0 @@ "bugs": "https://github.com/limonte/sweetalert2/issues", |
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
177886