Socket
Socket
Sign inDemoInstall

proxy-state-tree

Package Overview
Dependencies
Maintainers
2
Versions
865
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-state-tree - npm Package Compare versions

Comparing version 6.3.0-1688891482797 to 6.3.0-1688895117677

7

es/Proxyfier.js

@@ -80,3 +80,4 @@ const ENVIRONMENT = (() => {

if (this.isDefaultProxifier()) {
const trackStateTree = this.tree.master.currentTree;
const trackStateTree = this.tree.master
.currentTree;
if (!trackStateTree) {

@@ -157,5 +158,5 @@ return;

method,
path: path,
path,
delimiter: proxifier.delimiter,
args: args,
args,
hasChangedValue: true,

@@ -162,0 +163,0 @@ });

@@ -83,3 +83,4 @@ "use strict";

if (this.isDefaultProxifier()) {
const trackStateTree = this.tree.master.currentTree;
const trackStateTree = this.tree.master
.currentTree;
if (!trackStateTree) {

@@ -160,5 +161,5 @@ return;

method,
path: path,
path,
delimiter: proxifier.delimiter,
args: args,
args,
hasChangedValue: true,

@@ -165,0 +166,0 @@ });

{
"name": "proxy-state-tree",
"version": "6.3.0-1688891482797",
"version": "6.3.0-1688895117677",
"description": "An implementation of the Mobx/Vue state tracking approach, for library authors",

@@ -40,5 +40,5 @@ "main": "lib/index.js",

"devDependencies": {
"bundlesize": "^0.17.2",
"bundlesize": "^0.18.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.87.0"
"webpack": "^5.88.1"
},

@@ -45,0 +45,0 @@ "bundlesize": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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