Gathering detailed insights and metrics for @reatom/react-v1
Gathering detailed insights and metrics for @reatom/react-v1
Gathering detailed insights and metrics for @reatom/react-v1
Gathering detailed insights and metrics for @reatom/react-v1
npm install @reatom/react-v1
Typescript
Module System
Node Version
NPM Version
58.9
Supply Chain
68.5
Quality
76.7
Maintenance
100
Vulnerability
100
License
devtools: v0.8.0
Published on 17 Dec 2024
jsx: v3.16.0
Published on 17 Dec 2024
npm-react: v3.10.3
Published on 11 Dec 2024
lens: v3.11.6
Published on 11 Dec 2024
effects: v3.10.2
Published on 11 Dec 2024
core: v3.9.1
Published on 11 Dec 2024
TypeScript (99.43%)
HTML (0.43%)
JavaScript (0.09%)
Shell (0.04%)
Total Downloads
1,453
Last Day
1
Last Week
3
Last Month
5
Last Year
232
1,108 Stars
2,356 Commits
113 Forks
21 Watching
37 Branches
75 Contributors
Minified
Minified + Gzipped
Latest Version
3.1.7
Package Id
@reatom/react-v1@3.1.7
Unpacked Size
25.83 kB
Size
5.29 kB
File Count
8
NPM Version
10.7.0
Node Version
20.15.0
Publised On
22 Jun 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
3
Compared to previous week
Last month
-16.7%
5
Compared to previous month
Last year
-67.5%
232
Compared to previous year
This is compatible package which allow you to use @reatom/core-v1
with react. All docs is here.
For React 16 and 17 you need to setup batching by yourself in the root fo your app
For react-dom
1import { unstable_batchedUpdates } from 'react-dom' 2import { setupBatch } from '@reatom/react-v1' 3 4setupBatch(unstable_batchedUpdates)``
For react-native
1import { unstable_batchedUpdates } from 'react-native' 2import { setupBatch } from '@reatom/react-v1' 3 4setupBatch(unstable_batchedUpdates)``
No vulnerabilities found.
Reason
30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 6
Details
Reason
Found 3/23 approved changesets -- score normalized to 1
Reason
dangerous workflow patterns detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
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