Comparing version 0.2.8 to 0.2.9
@@ -151,3 +151,3 @@ /** | ||
if (this.currentAction) { | ||
throw new Error('Cannot call dispatch while another dispatch is executing'); | ||
throw new Error('Cannot call dispatch while another dispatch is executing. Attempted to execute \'' + actionName + '\' but \'' + this.currentAction.name + '\' is already executing.'); | ||
} | ||
@@ -154,0 +154,0 @@ var actionHandlers = Dispatcher.handlers[actionName] || [], |
{ | ||
"name": "dispatchr", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "A Flux dispatcher for applications that run on the server and the client.", | ||
@@ -28,5 +28,5 @@ "main": "index.js", | ||
"coveralls": "^2.11.1", | ||
"istanbul": "^0.2.10", | ||
"istanbul": "^0.3.2", | ||
"jshint": "^2.5.1", | ||
"mocha": "^1.20.0" | ||
"mocha": "^2.0.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "jshintConfig": { |
# Dispatchr | ||
[![npm version](https://badge.fury.io/js/dispatchr.svg)](http://badge.fury.io/js/dispatchr) [![Build Status](https://travis-ci.org/yahoo/dispatchr.svg?branch=master)](https://travis-ci.org/yahoo/dispatchr) [![Dependency Status](https://david-dm.org/yahoo/dispatchr.svg)](https://david-dm.org/yahoo/dispatchr) [![Coverage Status](https://coveralls.io/repos/yahoo/dispatchr/badge.png?branch=master)](https://coveralls.io/r/yahoo/dispatchr?branch=master) | ||
[![npm version](https://badge.fury.io/js/dispatchr.svg)](http://badge.fury.io/js/dispatchr) | ||
[![Build Status](https://travis-ci.org/yahoo/dispatchr.svg?branch=master)](https://travis-ci.org/yahoo/dispatchr) | ||
[![Dependency Status](https://david-dm.org/yahoo/dispatchr.svg)](https://david-dm.org/yahoo/dispatchr) | ||
[![devDependency Status](https://david-dm.org/yahoo/dispatchr/dev-status.svg)](https://david-dm.org/yahoo/dispatchr#info=devDependencies) | ||
[![Coverage Status](https://coveralls.io/repos/yahoo/dispatchr/badge.png?branch=master)](https://coveralls.io/r/yahoo/dispatchr?branch=master) | ||
@@ -5,0 +9,0 @@ A [Flux](http://facebook.github.io/react/docs/flux-overview.html) dispatcher for applications that run on the server and the client. |
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
221
27577
12
1