Socket
Socket
Sign inDemoInstall

ampersand-state

Package Overview
Dependencies
Maintainers
4
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand-state - npm Package Compare versions

Comparing version 4.3.8 to 4.3.9

2

ampersand-state.js

@@ -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"

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc