ampersand-state
Advanced tools
Comparing version 4.3.8 to 4.3.9
@@ -9,3 +9,3 @@ var _ = require('underscore'); | ||
options || (options = {}); | ||
this.cid = _.uniqueId('state'); | ||
this.cid || (this.cid = _.uniqueId('state')); | ||
this._events = {}; | ||
@@ -12,0 +12,0 @@ this._values = {}; |
{ | ||
"name": "ampersand-state", | ||
"description": "An observable, extensible state object with derived watchable properties.", | ||
"version": "4.3.8", | ||
"version": "4.3.9", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
@@ -18,5 +18,9 @@ "bugs": { | ||
"ampersand-registry": "0.x.x", | ||
"precommit-hook": "~0.3.10", | ||
"browserify": "^5.9.1", | ||
"jshint": "^2.5.3", | ||
"precommit-hook": "^1.0.7", | ||
"run-browser": "~1.2.0", | ||
"tape": "~2.12.1" | ||
"tap-spec": "^0.2.0", | ||
"tape": "~2.12.1", | ||
"tape-run": "^0.2.0" | ||
}, | ||
@@ -36,3 +40,3 @@ "homepage": "https://github.com/ampersandjs/ampersand-state", | ||
"scripts": { | ||
"test": "node test/index.js", | ||
"test": "browserify test/index.js | tape-run | tap-spec", | ||
"validate": "jshint .", | ||
@@ -39,0 +43,0 @@ "start": "run-browser test/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
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
107488
9