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

tinspector

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinspector - npm Package Compare versions

Comparing version 2.2.3 to 2.2.5

12

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc