Comparing version 1.0.0 to 1.0.2
@@ -55,3 +55,4 @@ /** | ||
} | ||
throw new Error('Store with name `' + storeName + '` has already been registered.'); | ||
throw new Error('Store with name `' + storeName + '` has already been registered. ' + | ||
'Make sure you do not have multiple copies of the store installed.'); | ||
} | ||
@@ -58,0 +59,0 @@ this.stores[storeName] = store; |
{ | ||
"name": "dispatchr", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "A Flux dispatcher for applications that run on the server and the client.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25239
514
1