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

isa.js

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isa.js - npm Package Compare versions

Comparing version 2.2.9 to 2.2.10

4

IsA.js

@@ -118,3 +118,5 @@ var boolTag = '[object Boolean]',

if (!ignore || !Array.isArray(ignore))
if (!ignore)
ignore = []
else if (!Array.isArray(ignore))
ignore = Object.keys( ignore )

@@ -121,0 +123,0 @@

{
"name": "isa.js",
"version": "2.2.9",
"version": "2.2.10",
"description": "Very minimal collection is isA functions. isObject, isArray, isDate...",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/imrefazekas/isa",

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