Socket
Socket
Sign inDemoInstall

ampersand-state

Package Overview
Dependencies
4
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.3 to 4.2.4

4

package.json
{
"name": "ampersand-state",
"description": "An observable, extensible state object with derived watchable properties.",
"version": "4.2.3",
"version": "4.2.4",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -16,3 +16,3 @@ "bugs": {

"devDependencies": {
"ampersand-collection": "^1.2.0",
"ampersand-collection": "^1.3.2",
"ampersand-registry": "0.x.x",

@@ -19,0 +19,0 @@ "precommit-hook": "~0.3.10",

@@ -904,3 +904,3 @@ var tape = require('tape');

t.equal(first.firstChild.id, 'firstChild', 'change should have been applied');
t.equal(first.firstChild.grandChild.nicknames.length, 1, 'collection should have been updated');
t.equal(first.firstChild.grandChild.nicknames.length, 3, 'collection should have been updated');

@@ -907,0 +907,0 @@ t.end();

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc