tinspector
Advanced tools
Comparing version 2.2.3 to 2.2.5
{ | ||
"name": "tinspector", | ||
"version": "2.2.3", | ||
"version": "2.2.5", | ||
"description": "TypeScript type inspector", | ||
@@ -9,5 +9,5 @@ "main": "lib/index.js", | ||
"test": "jest", | ||
"postinstall": "tsc", | ||
"build": "tsc", | ||
"prepublish": "tsc -p tsconfig.build.json" | ||
"prepublish": "tsc -p tsconfig.build.json", | ||
"clean": "rm -rf src/*.js && rm -rf test/**/*.js && rm -rf lib" | ||
}, | ||
@@ -25,11 +25,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"@plumier/mongoose": "^1.0.0-beta.9", | ||
"@types/jest": "^24.0.18", | ||
"@types/mongoose": "^5.5.13", | ||
"@types/node": "^12.7.2", | ||
"@types/node": "^12.7.5", | ||
"coveralls": "^3.0.6", | ||
"jest": "^24.9.0", | ||
"tslib": "^1.10.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^3.6.3" | ||
} | ||
} |
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
6
0
27792