@marblejs/core
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "@marblejs/core", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Reactive Node APIs made easy", | ||
@@ -10,5 +10,5 @@ "main": "./dist/index.js", | ||
"watch": "tsc -w", | ||
"build:package": "tsc", | ||
"prepack": "npm run build:package", | ||
"postinstall": "npm run build:package" | ||
"build": "tsc", | ||
"prepack": "npm run build", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -15,0 +15,0 @@ "files": [ |
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
19935