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.13 to 2.2.14

3

IsA.js

@@ -42,2 +42,5 @@ var boolTag = '[object Boolean]',

},
isPromise (p) {
return p && Object.prototype.toString.call(p) === '[object Promise]'
},
isPlainObject: function (value) {

@@ -44,0 +47,0 @@ if (!this.isObjectLike(value) || objToString.call(value) !== objectTag || this.isHostObject(value)) {

2

package.json
{
"name": "isa.js",
"version": "2.2.13",
"version": "2.2.14",
"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