Installations
npm install @reatom/react-v1
Developer Guide
Typescript
Yes
Module System
CommonJS, ESM
Node Version
20.15.0
NPM Version
10.7.0
Score
58.9
Supply Chain
68.5
Quality
76.7
Maintenance
100
Vulnerability
100
License
Releases
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
Contributors
Languages
TypeScript (99.43%)
HTML (0.43%)
JavaScript (0.09%)
Shell (0.04%)
Developer
Download Statistics
Total Downloads
1,453
Last Day
1
Last Week
3
Last Month
5
Last Year
232
GitHub Statistics
1,108 Stars
2,356 Commits
113 Forks
21 Watching
37 Branches
75 Contributors
Bundle Size
8.42 kB
Minified
3.14 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
1,453
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
This is compatible package which allow you to use @reatom/core-v1
with react. All docs is here.
Setup batching for old React
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
- Info: project has a license file: LICENSE.md:0
- Info: FSF or OSI recognized license: MIT License: LICENSE.md:0
Reason
dependency not pinned by hash detected -- score normalized to 6
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/artalar/reatom/lint.yml/v3?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-please.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/artalar/reatom/release-please.yml/v3?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/artalar/reatom/test.yml/v3?enable=pin
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 third-party GitHubAction dependencies pinned
- Info: 2 out of 2 npmCommand dependencies pinned
Reason
Found 3/23 approved changesets -- score normalized to 1
Reason
dangerous workflow patterns detected
Details
- Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/lint.yml:34
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/lint.yml:1
- Warn: no topLevel permission defined: .github/workflows/preview.yml:1
- Warn: topLevel 'contents' permission set to 'write': .github/workflows/release-please.yml:8
- Warn: no topLevel permission defined: .github/workflows/test.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 10 are checked with a SAST tool
Reason
11 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-c4pw-33h3-35xw
- Warn: Project is vulnerable to: GHSA-49w6-73cw-chjr
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-64vr-g452-qvp3
- Warn: Project is vulnerable to: GHSA-9cwx-2883-4wfx
- Warn: Project is vulnerable to: GHSA-v9mx-4pqq-h232
- Warn: Project is vulnerable to: GHSA-8266-84wp-wv5c
- Warn: Project is vulnerable to: GHSA-5j4c-8p2g-v4jx
Score
2.9
/10
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