Socket
Socket
Sign inDemoInstall

is-callable

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

1.2.2 / 2020-09-21
=================
* [Fix] include actual fix from 579179e
* [Dev Deps] update `eslint`
1.2.1 / 2020-09-09

@@ -2,0 +7,0 @@ =================

6

index.js

@@ -15,4 +15,8 @@ 'use strict';

isCallableMarker = {};
// eslint-disable-next-line no-throw-literal
reflectApply(function () { throw 42; }, null, badArrayLike);
} catch (_) {
reflectApply = null;
if (_ !== isCallableMarker) {
reflectApply = null;
}
}

@@ -19,0 +23,0 @@ } else {

4

package.json
{
"name": "is-callable",
"version": "1.2.1",
"version": "1.2.2",
"author": {

@@ -63,3 +63,3 @@ "name": "Jordan Harband",

"eclint": "^2.8.1",
"eslint": "^7.8.1",
"eslint": "^7.9.0",
"foreach": "^2.0.5",

@@ -66,0 +66,0 @@ "istanbul": "1.1.0-alpha.1",

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