install-stats
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "install-stats", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Record install stats for npm modules", | ||
@@ -12,3 +12,3 @@ "keywords": [ | ||
"scripts": { | ||
"install": "TID=UA-265870-43 ./bin/install-stats" | ||
"postinstall": "TID=UA-265870-43 ./bin/install-stats" | ||
}, | ||
@@ -15,0 +15,0 @@ "bin": { |
@@ -33,3 +33,3 @@ # install-stats | ||
"scripts": { | ||
"install": "TID=UA-XXXXXX-XX node_modules/.bin/install-stats" | ||
"postinstall": "TID=UA-XXXXXX-XX node_modules/.bin/install-stats" | ||
}, | ||
@@ -44,2 +44,4 @@ ``` | ||
Installs are stored in Google Analytics as events (rather than traditional pageviews) with custom dimensions for each attribute of the system it was install in. | ||
# Disabling | ||
@@ -46,0 +48,0 @@ |
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
10675
62