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

mobx-remotedev

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-remotedev - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

1

lib/monitorActions.js

@@ -81,2 +81,3 @@ 'use strict';

case 'JUMP_TO_STATE':
case 'JUMP_TO_ACTION':
(0, _utils.setValue)(store, (0, _jsan.parse)(message.state));

@@ -83,0 +84,0 @@ return;

4

package.json
{
"name": "mobx-remotedev",
"version": "0.2.4",
"version": "0.2.5",
"description": "Remote debugging for mobx.",

@@ -55,3 +55,3 @@ "main": "lib/index.js",

"expect": "^1.20.1",
"mobx": "^2.5.1",
"mobx": "^2.7.0",
"mocha": "^2.5.3",

@@ -58,0 +58,0 @@ "rimraf": "^2.5.2",

@@ -63,2 +63,3 @@ import mobx from 'mobx';

case 'JUMP_TO_STATE':
case 'JUMP_TO_ACTION':
setValue(store, parse(message.state));

@@ -65,0 +66,0 @@ return;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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