ode-ngjs-front
Advanced tools
Comparing version 0.1.0-explorer.0 to 0.1.0-explorer.1
{ | ||
"name": "ode-ngjs-front", | ||
"version": "0.1.0-explorer.0", | ||
"version": "0.1.0-explorer.1", | ||
"description": "Open Digital Education Frontend Framework", | ||
@@ -8,8 +8,5 @@ "main": "dist/ts/index.js", | ||
"scripts": { | ||
"postinstall": "npm run copy-libs", | ||
"update-deps": "npm update", | ||
"postupdate-deps": "npm run copy-libs", | ||
"copy-libs": "cpx \"node_modules/{angular,angular-*,html5-boilerplate/dist}/**/*\" lib -C", | ||
"compile": "npx tsc --build ./tsconfig.json", | ||
"test": "npm run compile", | ||
"test": "npm run copy-libs && npm run compile", | ||
"jasmine": "npx jasmine --config=src/test/config/jasmine.json", | ||
@@ -16,0 +13,0 @@ "karma": "npx karma start src/test/config/karma.js", |
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
0
3216