🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@mobx-devtools/tools

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mobx-devtools/tools

Allows debugging mobx roots, ## Installation

0.0.4
latest
Source
npm
Version published
Weekly downloads
6.9K
-10.9%
Maintainers
2
Weekly downloads
 
Created
Source

Mobx-devtools V0.0.3:

Allows debugging mobx roots,

Installation

Using npm:

npm i --save @mobx-devtools/tools

Use case

import {injectStores} from '@mobx-devtools/tools';

const storeA = new StoreA();
const storeB = new StoreB();

injectStores({
  storeA,
  storeB
});

const App = () => {
  // other code
}```

Keywords

mobx

FAQs

Package last updated on 30 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts