es6-callback-manager
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "es6-callback-manager", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A class for managing asynchronous callbacks in JavaScript", | ||
@@ -18,3 +18,3 @@ "main": "es6-callback-manager.js", | ||
"type": "git", | ||
"url": "git+https://github.com/woollybogger/es6-callback-manager.git" | ||
"url": "https://github.com/nwoltman/es6-callback-manager.git" | ||
}, | ||
@@ -31,14 +31,14 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/woollybogger/es6-callback-manager/issues" | ||
"url": "https://github.com/nwoltman/es6-callback-manager/issues" | ||
}, | ||
"homepage": "https://github.com/woollybogger/es6-callback-manager#readme", | ||
"homepage": "https://github.com/nwoltman/es6-callback-manager#readme", | ||
"devDependencies": { | ||
"coveralls": "^2.11.4", | ||
"grunt": "~0.4.5", | ||
"grunt-eslint": "^17.3.1", | ||
"grunt": "^1.0.1", | ||
"grunt-eslint": "^18.0.0", | ||
"grunt-jsdoc-to-markdown": "^1.1.1", | ||
"grunt-mocha-istanbul": "^3.0.1", | ||
"grunt-mocha-istanbul": "^4.0.2", | ||
"grunt-mocha-test": "^0.12.7", | ||
"istanbul": "^0.4.1", | ||
"jit-grunt": "^0.9.1", | ||
"jit-grunt": "^0.10.0", | ||
"mocha": "^2.3.4", | ||
@@ -45,0 +45,0 @@ "should": "^8.0.1" |
@@ -6,5 +6,5 @@ # ES6 CallbackManager | ||
[![NPM Version](https://img.shields.io/npm/v/es6-callback-manager.svg)](https://www.npmjs.com/package/es6-callback-manager) | ||
[![Build Status](https://travis-ci.org/woollybogger/es6-callback-manager.svg?branch=master)](https://travis-ci.org/woollybogger/es6-callback-manager) | ||
[![Coverage Status](https://coveralls.io/repos/woollybogger/es6-callback-manager/badge.svg?branch=master)](https://coveralls.io/r/woollybogger/es6-callback-manager?branch=master) | ||
[![devDependency Status](https://david-dm.org/woollybogger/es6-callback-manager/dev-status.svg)](https://david-dm.org/woollybogger/es6-callback-manager#info=devDependencies) | ||
[![Build Status](https://travis-ci.org/nwoltman/es6-callback-manager.svg?branch=master)](https://travis-ci.org/nwoltman/es6-callback-manager) | ||
[![Coverage Status](https://coveralls.io/repos/nwoltman/es6-callback-manager/badge.svg?branch=master)](https://coveralls.io/r/nwoltman/es6-callback-manager?branch=master) | ||
[![devDependency Status](https://david-dm.org/nwoltman/es6-callback-manager/dev-status.svg)](https://david-dm.org/nwoltman/es6-callback-manager#info=devDependencies) | ||
@@ -18,3 +18,3 @@ | ||
**Note:** Requires Node v4 or higher | ||
**Note:** Requires Node v4 or higher (or transformation to ES5 with [Babel](https://babeljs.io/)) | ||
@@ -25,2 +25,3 @@ | ||
<a name="CallbackManager"></a> | ||
## CallbackManager | ||
@@ -39,2 +40,3 @@ | ||
<a name="new_CallbackManager_new"></a> | ||
### new CallbackManager(callback, [stopOnError]) | ||
@@ -65,2 +67,3 @@ Creates a new CallbackManager. | ||
<a name="CallbackManager+callback"></a> | ||
### callbackManager.callback : <code>function</code> | ||
@@ -73,2 +76,3 @@ The callback passed to the constructor. Is read-only. | ||
<a name="CallbackManager+registerCallback"></a> | ||
### callbackManager.registerCallback() ⇒ <code>function</code> | ||
@@ -100,2 +104,3 @@ Returns an intermediary callback and increases the number of callbacks to | ||
<a name="CallbackManager+getCount"></a> | ||
### callbackManager.getCount() ⇒ <code>number</code> | ||
@@ -119,2 +124,3 @@ Returns the number of intermediary callbacks currently being waited on. | ||
<a name="CallbackManager+abort"></a> | ||
### callbackManager.abort() ⇒ <code>void</code> | ||
@@ -121,0 +127,0 @@ Aborts the callback sequence, preventing the original callback from being |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9823
136
1