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.9 to 2.2.10

2

lib/index.js

@@ -156,2 +156,4 @@ "use strict";

return [array.type];
else if (type === Array)
return [Object];
else

@@ -158,0 +160,0 @@ return type;

10

package.json
{
"name": "tinspector",
"version": "2.2.9",
"version": "2.2.10",
"description": "TypeScript type inspector",

@@ -20,3 +20,3 @@ "main": "lib/index.js",

"dependencies": {
"@types/acorn": "4.0.3",
"@types/acorn": "4.0.5",
"acorn": "7.1.0",

@@ -26,9 +26,9 @@ "reflect-metadata": "^0.1.13"

"devDependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@types/jest": "^25.1.1",
"@types/node": "^13.7.0",
"coveralls": "^3.0.9",
"jest": "^24.9.0",
"tslib": "^1.10.0",
"typescript": "^3.7.2"
"typescript": "^3.7.5"
}
}
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