Socket
Socket
Sign inDemoInstall

common-callback-names

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    common-callback-names

List of common callback names - callback, cb, callback_, next, done.


Version published
Weekly downloads
46
decreased by-19.3%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

1.0.1 - 2016-03-18

  • Release v1.0.1 / npm@v1.0.1
  • add list.json to files field

Readme

Source

common-callback-names npmjs.com The MIT License

List of common callback names - callback, cb, callback_, next, done.

code climate standard code style travis build status coverage status dependency status

Install

npm i common-callback-names --save

Usage

For more use-cases see the tests

var commonCallbackNames = require('common-callback-names')

console.log(commonCallbackNames)
// => 
// [
//   "callback",
//   "callback_",
//   "cb",
//   "cb_",
//   "done",
//   "next"
// ]

List

Some of them are used in node core.

list.json

[
  "callback",
  "callback_",
  "cb",
  "cb_",
  "done",
  "next"
]

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckoCore.tk keybase tunnckoCore tunnckoCore npm tunnckoCore twitter tunnckoCore github

Keywords

FAQs

Last updated on 18 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc