
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
@cpro-js/react-app-state
Advanced tools
Basically a re-export of state management utilities powered by mobx to enforce versions in our projects.
$ yarn add @cpro-js/react-app-state
See API-Reference from mobx for usage & description of the following exports:
// config
import { IPromiseBasedObservable } from "mobx-utils";
export { configure } from "mobx";
// Creating observables
export { makeAutoObservable, makeObservable, observable, computed } from "mobx";
// Actions
export { action, runInAction, flow, flowResult } from "mobx";
// Collection utilities
export { values, keys, entries, get, has, set, remove } from "mobx";
// Reactions
export { autorun, reaction, when } from "mobx";
// react
export { observer, Observer, disposeOnUnmount } from "mobx-react";
// utilies
export { toJS } from "mobx";
// debug, see https://mobx.js.org/analyzing-reactivity.html
export { trace } from "mobx";
// utils
export { fromPromise, computedFn } from "mobx-utils";
export type ObservablePromise<T> = IPromiseBasedObservable<T>;
FAQs
Unknown package
The npm package @cpro-js/react-app-state receives a total of 0 weekly downloads. As such, @cpro-js/react-app-state popularity was classified as not popular.
We found that @cpro-js/react-app-state demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.