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.1 to 2.2.2

2

lib/index.js

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

const result = regex.exec(fn.toString());
if (!result)
return [];
const match = cleanUp(result[1]);

@@ -29,0 +31,0 @@ return match.split(",").map(x => x.trim()).filter(x => !!x);

7

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

@@ -23,6 +23,9 @@ "main": "lib/index.js",

"devDependencies": {
"@plumier/mongoose": "^1.0.0-beta.8",
"@types/jest": "^24.0.6",
"@types/node": "^11.9.4",
"@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",

@@ -29,0 +32,0 @@ "typescript": "^3.3.3333"

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