New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

tinspector

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinspector - npm Package Compare versions

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",