Socket
Socket
Sign inDemoInstall

proxy-state-tree

Package Overview
Dependencies
Maintainers
1
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 1.0.0-1531922193881 to 1.0.0-1531948043640

3

es/index.js

@@ -72,4 +72,3 @@ import proxify, { IS_PROXY, STATUS } from './proxify';

}
const pathSet = this.paths[index];
this.paths.pop();
const pathSet = this.paths.pop();
if (!this.paths.length) {

@@ -76,0 +75,0 @@ this.status = STATUS.IDLE;

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

}
const pathSet = this.paths[index];
this.paths.pop();
const pathSet = this.paths.pop();
if (!this.paths.length) {

@@ -79,0 +78,0 @@ this.status = proxify_1.STATUS.IDLE;

{
"name": "proxy-state-tree",
"version": "1.0.0-1531922193881",
"version": "1.0.0-1531948043640",
"description": "An implementation of the Mobx/Vue state tracking approach, for library authors",

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

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