Socket
Socket
Sign inDemoInstall

common-callback-names

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common-callback-names - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

CHANGELOG.md
## 1.0.2 - 2016-03-18
- Release v1.0.2 / npm@v1.0.2
- update related list
## 1.0.1 - 2016-03-18

@@ -4,0 +8,0 @@ - Release v1.0.1 / npm@v1.0.1

5

package.json
{
"name": "common-callback-names",
"version": "1.0.1",
"version": "1.0.2",
"description": "List of common callback names - callback, cb, callback_, next, done.",

@@ -45,3 +45,4 @@ "repository": "tunnckoCore/common-callback-names",

"parse-function",
"is-async-function"
"is-async-function",
"is-callback-function"
]

@@ -48,0 +49,0 @@ }

@@ -49,3 +49,4 @@ # [common-callback-names][author-www-url] [![npmjs.com][npmjs-img]][npmjs-url] [![The MIT License][license-img]][license-url]

* [get-fn-name](https://www.npmjs.com/package/get-fn-name): Get function name with strictness and correctness in mind. Also works for… [more](https://www.npmjs.com/package/get-fn-name) | [homepage](https://github.com/tunnckocore/get-fn-name)
* [is-async-function](https://www.npmjs.com/package/is-async-function): Is function really asynchronous (callback) function? Trying to guess that based on… [more](https://www.npmjs.com/package/is-async-function) | [homepage](https://github.com/tunnckocore/is-async-function)
* [is-async-function](https://www.npmjs.com/package/is-async-function): Is function really asynchronous function? Trying to guess that based on… [more](https://www.npmjs.com/package/is-async-function) | [homepage](https://github.com/tunnckocore/is-async-function)
* [is-callback-function](https://www.npmjs.com/package/is-callback-function): Returns true if function is a callback. Checks its name is one… [more](https://www.npmjs.com/package/is-callback-function) | [homepage](https://github.com/tunnckocore/is-callback-function)
* [parse-function](https://www.npmjs.com/package/parse-function): Parse a function, arrow function or string to object with name, args,… [more](https://www.npmjs.com/package/parse-function) | [homepage](https://github.com/tunnckocore/parse-function)

@@ -52,0 +53,0 @@

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