Socket
Socket
Sign inDemoInstall

is-async-function

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-async-function - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.2.1"></a>
## [1.2.1](https://github.com/tunnckocore/is-async-function/compare/v1.2.0...v1.2.1) (2016-10-27)
### Bug Fixes
* **non-strict:** fix a bug in non-strict mode ([2d25126](https://github.com/tunnckocore/is-async-function/commit/2d25126)), closes [#13](https://github.com/tunnckocore/is-async-function/issues/13)
<a name="1.2.0"></a>

@@ -7,0 +17,0 @@ # [1.2.0](https://github.com/tunnckocore/is-async-function/compare/v1.1.5...v1.2.0) (2016-10-27)

2

index.js

@@ -59,4 +59,4 @@ /*!

var idx = utils.arrIncludes(utils.fnArgs(fn), names)
var idx = utils.arrIncludes(names, utils.fnArgs(fn))
return strict ? Boolean(idx) : idx
}
{
"name": "is-async-function",
"version": "1.2.0",
"version": "1.2.1",
"description": "Is function really asynchronous function? Trying to guess that based on check if [common-callback-names][] exists as function arguments names or you can pass your custom.",

@@ -5,0 +5,0 @@ "repository": "tunnckoCore/is-async-function",

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