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.7 to 2.2.8

2

IsA.js

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

for (let key of predicate)
if (!ignore.includes(key))
if (!ignore.includes(key) && object.hasOwnProperty(key) )
res[ key ] = object[key]

@@ -126,0 +126,0 @@ return res

{
"name": "isa.js",
"version": "2.2.7",
"version": "2.2.8",
"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