Gathering detailed insights and metrics for @restate/dev-tools
Gathering detailed insights and metrics for @restate/dev-tools
Gathering detailed insights and metrics for @restate/dev-tools
Gathering detailed insights and metrics for @restate/dev-tools
An easy to use app-state management lib for react using hooks
npm install @restate/dev-tools
Typescript
Module System
Node Version
NPM Version
TypeScript (84.09%)
CSS (9.15%)
JavaScript (4.46%)
HTML (2.3%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
11 Stars
403 Commits
1 Watchers
268 Branches
2 Contributors
Updated on Jul 25, 2024
Latest Version
0.13.5
Package Id
@restate/dev-tools@0.13.5
Unpacked Size
8.09 kB
Size
3.23 kB
File Count
11
NPM Version
lerna/7.4.2/node@v20.9.0+x64 (darwin)
Node Version
20.9.0
Published on
Nov 29, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
3
Restate is a predictable, easy to use, easy to integrate, typesafe state container for React.
Restate uses the excellent ReduxDevTools to provide power-ups for your development workflow.
Go and get the ReduxDevTools for your browser:
Then install the @restate/dev-tools
1yarn add @restate/dev-tools
1import { connectDevTools } from "@restate/dev-tools"
2
3const store = createStore({
4 state: {
5 name: "John Snow",
6 age: 32
7 },
8 options: {
9 storeName: "MY APP STORE" // <-- will show up in the instance selector
10 }
11})
12
13connectDevTools(store)
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
security policy file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
40 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More