@becomposable/json
Advanced tools
Comparing version 0.32.0 to 0.33.0
{ | ||
"name": "@becomposable/json", | ||
"version": "0.32.0", | ||
"version": "0.33.0", | ||
"description": "JSON utlities", | ||
@@ -27,7 +27,7 @@ "type": "module", | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"preinstall": "pnpm exec only-allow pnpm", | ||
"test": "vitest run", | ||
"build": "npx tsmod build", | ||
"build": "pnpm exec tsmod build", | ||
"clean": "rimraf ./node_modules ./lib ./tsconfig.tsbuildinfo" | ||
} | ||
} |
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
23948