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.2 to 2.2.3

jest.config.debug.js

7

lib/index.js

@@ -54,2 +54,9 @@ "use strict";

return "Array";
else if (typeof object === "boolean"
|| typeof object === "number"
|| typeof object === "bigint"
|| typeof object === "string"
|| typeof object === "symbol"
|| typeof object === "undefined")
return "Value";
else

@@ -56,0 +63,0 @@ return "Object";

20

package.json
{
"name": "tinspector",
"version": "2.2.2",
"version": "2.2.3",
"description": "TypeScript type inspector",

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

"test": "jest",
"postinstall": "tsc",
"build": "tsc",

@@ -24,12 +25,11 @@ "prepublish": "tsc -p tsconfig.build.json"

"devDependencies": {
"@plumier/mongoose": "^1.0.0-beta.8",
"@types/jest": "^24.0.6",
"@types/mongoose": "^5.5.6",
"@types/node": "^12.0.0",
"coveralls": "^3.0.3",
"jest": "^24.5.0",
"mongoose": "^5.6.1",
"tslib": "^1.9.3",
"typescript": "^3.3.3333"
"@plumier/mongoose": "^1.0.0-beta.9",
"@types/jest": "^24.0.18",
"@types/mongoose": "^5.5.13",
"@types/node": "^12.7.2",
"coveralls": "^3.0.6",
"jest": "^24.9.0",
"tslib": "^1.10.0",
"typescript": "^3.5.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