@injectivelabs/utils
Advanced tools
Comparing version 1.14.41-alpha.3 to 1.14.41-alpha.4
{ | ||
"name": "@injectivelabs/utils", | ||
"description": "List of utils and helper functions that can be reused throughout Injective's projects.", | ||
"version": "1.14.41-alpha.3", | ||
"version": "1.14.41-alpha.4", | ||
"sideEffects": false, | ||
@@ -68,5 +68,7 @@ "type": "module", | ||
"build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post", | ||
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json", | ||
"build:post": "shx cp ../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../etc/stub/package.esm.json.stub dist/esm/package.json && yarn build:post:patches", | ||
"build:post:patches": "node --experimental-fetch ./../../etc/patches/utils.js", | ||
"clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist", | ||
"test": "jest", | ||
"postinstall": "patch-package", | ||
"test:watch": "jest --watch", | ||
@@ -89,5 +91,6 @@ "test:ci": "jest --coverage --ci --reporters='jest-junit'", | ||
"devDependencies": { | ||
"patch-package": "^8.0.0", | ||
"shx": "^0.3.2" | ||
}, | ||
"gitHead": "ca85eecafba4c7b64307ad4a3e84574f912525e0" | ||
"gitHead": "ac9b40ab7b4af02fc408941c1e1741b311badb02" | ||
} |
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
183122
2
1