Socket
Socket
Sign inDemoInstall

is-type-of

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-type-of - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

index.js

@@ -37,2 +37,6 @@ /*!

exports.finite = function (obj) {
return Number.isFinite(obj);
};
exports.NaN = function (obj) {

@@ -39,0 +43,0 @@ return Number.isNaN(obj);

2

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

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

@@ -76,2 +76,4 @@ is-type-of

#### is.finite(num)
#### is.NaN(NaN)

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