Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

type-of-is

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

type-of-is - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

2

package.json
{
"name": "type-of-is",
"version": "3.5.0",
"version": "3.5.1",
"description": "Determine and test types using constructor or {}.toString",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -29,4 +29,3 @@ var Path = require('path');

[undefined, undefined, "undefined"],
[new Person('ralph'), Person, "Person"],
[function(){}.prototype, 'x', 'function prototype']
[new Person('ralph'), Person, "Person"]
];

@@ -33,0 +32,0 @@

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