Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

state-tree

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

state-tree - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

3

lib/references.js

@@ -61,2 +61,5 @@ "use strict";

function traverse(obj, path) {
if (typeof obj === 'function') {
throw new Error('You can not pass functions into the state tree. This happens on path: ' + path);
}
if (Array.isArray(obj)) {

@@ -63,0 +66,0 @@ Object.defineProperty(obj, '.referencePaths', {

2

package.json
{
"name": "state-tree",
"version": "0.3.0",
"version": "0.3.1",
"description": "A state tree that handles reference updates and lets you flush a description of changes",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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