@alfalab/core-components-spinner
Advanced tools
Comparing version 2.3.1 to 3.0.0
{ | ||
"name": "@alfalab/core-components-spinner", | ||
"version": "2.3.1", | ||
"version": "3.0.0", | ||
"description": "Spinner component", | ||
"keywords": [], | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "./dist/esm/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "index.js", | ||
"module": "./esm/index.js", | ||
"scripts": { | ||
"postinstall": "node -e \"if (require('fs').existsSync('./dist/send-stats.js')){require('./dist/send-stats.js')} \"" | ||
"postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \"" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"directory": "dist" | ||
}, | ||
@@ -25,4 +23,3 @@ "peerDependencies": { | ||
"classnames": "^2.3.1" | ||
}, | ||
"gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3" | ||
} | ||
} |
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
23606
22