Socket
Socket
Sign inDemoInstall

is-type-of

Package Overview
Dependencies
3
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

2

index.d.ts

@@ -64,1 +64,3 @@ export function array(val: any): boolean;

export function bigInt(val: any): boolean;
export function bigint(val: any): boolean;

@@ -36,3 +36,3 @@ 'use strict';

exports.NaN = Number.isNaN
exports.NaN = Number.isNaN;

@@ -92,2 +92,7 @@ exports.generator = function (obj) {

exports.bigInt = function (obj) {
return 'bigint' === typeof obj;
};
exports.bigint = exports.bigInt;
/**

@@ -94,0 +99,0 @@ * override core-util-is

2

package.json
{
"name": "is-type-of",
"version": "1.3.0",
"version": "1.4.0",
"description": "complete type checking for node",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc