tinspector
Advanced tools
Comparing version 2.2.6 to 2.2.7
{ | ||
"name": "tinspector", | ||
"version": "2.2.6", | ||
"version": "2.2.7", | ||
"description": "TypeScript type inspector", | ||
@@ -8,6 +8,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"postinstall": "tsc", | ||
"test": "jest", | ||
"build": "tsc", | ||
"prepublish": "tsc -p tsconfig.build.json", | ||
"prepublish": "tsc && tsc -p tsconfig.build.json", | ||
"clean": "rm -rf src/*.js && rm -rf test/**/*.js && rm -rf lib" | ||
@@ -27,3 +25,3 @@ }, | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.5", | ||
"@types/node": "^12.7.11", | ||
"coveralls": "^3.0.6", | ||
@@ -30,0 +28,0 @@ "jest": "^24.9.0", |
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
28594