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.3.0 to 3.3.1

3

index.js

@@ -87,2 +87,5 @@ (function (factory) {

}
if (SuperClass.constructor.name === _Base.constructor.name) {
return true;
}
}

@@ -89,0 +92,0 @@ return false;

2

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

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

@@ -43,3 +43,3 @@ # Description

3.3.0
3.3.1

@@ -59,3 +59,3 @@

"dependencies": {
"type-of-is": "~3.3.0"
"type-of-is": "~3.3.1"
}

@@ -62,0 +62,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