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

@startup-booster/move-mobx

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@startup-booster/move-mobx - npm Package Compare versions

Comparing version 0.1.40 to 0.1.41

6

move-mobx.js

@@ -1,2 +0,2 @@

const { observable } = require('mobx');
const { observable, action } = require('mobx');
const { connect: baseConnect } = require('@startup-booster/move');

@@ -19,3 +19,3 @@ const { useEffect, useMemo, useState, createContext, useContext, createElement } = require('react');

let box = observable({ value: defaultValue });
const listenCallback = (newValue, subpath) => {
const listenCallback = action((newValue, subpath) => {
if (!subpath) {

@@ -26,3 +26,3 @@ box.value = newValue;

lodashSet(box.value, subpath, newValue);
};
});
connection.listen(path, listenCallback);

@@ -29,0 +29,0 @@

{
"name": "@startup-booster/move-mobx",
"version": "0.1.40",
"version": "0.1.41",
"main": "move-mobx.js",
"license": "MIT",
"dependencies": {
"@startup-booster/move": "0.1.40"
"@startup-booster/move": "0.1.41"
},

@@ -9,0 +9,0 @@ "peerDependencies": {

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