Installations
npm install cra-template-redux
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=8
Node Version
16.14.0
NPM Version
8.3.1
Score
72.4
Supply Chain
77.5
Quality
79.4
Maintenance
100
Vulnerability
100
License
Releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (69.73%)
CSS (17.09%)
HTML (13.19%)
Developer
Download Statistics
Total Downloads
356,999
Last Day
39
Last Week
288
Last Month
1,449
Last Year
24,053
GitHub Statistics
1,271 Stars
113 Commits
231 Forks
28 Watching
1 Branches
19 Contributors
Bundle Size
438.00 B
Minified
297.00 B
Minified + Gzipped
Package Meta Information
Latest Version
2.0.0
Package Id
cra-template-redux@2.0.0
Unpacked Size
40.29 kB
Size
28.09 kB
File Count
26
NPM Version
8.3.1
Node Version
16.14.0
Total Downloads
Cumulative downloads
Total Downloads
356,999
Last day
-15.2%
39
Compared to previous day
Last week
-12.5%
288
Compared to previous week
Last month
8.9%
1,449
Compared to previous month
Last year
-62.2%
24,053
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dev Dependencies
24
cra-template-redux
The official Redux+JS template for Create React App
Usage
To use this template within your project, add --template redux
when creating a new app.
For example:
1npx create-react-app my-app --template redux 2 3# or 4 5yarn create react-app my-app --template redux
TypeScript
Use cra-template-redux-typescript, which is based on this template
1npx create-react-app my-app --template redux-typescript
Cloning this repo pulls down the Redux template only; not a bundled and configured Create React App.
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 6/13 approved changesets -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/reduxjs/cra-template-redux/test.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/reduxjs/cra-template-redux/test.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/reduxjs/cra-template-redux/test.yml/master?enable=pin
- Info: 0 out of 3 GitHub-owned GitHubAction dependencies pinned
- Info: 1 out of 1 npmCommand dependencies pinned
Reason
project is archived
Details
- Warn: Repository is archived.
Reason
detected GitHub workflow tokens with excessive permissions
Details
- 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
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 25 are checked with a SAST tool
Reason
10 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
- Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q
Score
3
/10
Last Scanned on 2025-01-06
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 MoreOther packages similar to cra-template-redux
cra-template-redux-typescript
The official Redux+TS template for Create React App
cra-template-sdw
The base SDW template for Create React App.
@36node/template-cra-redux
A react boilerplate based on CRA
cra-template-structure
CRA template, Directory structure for big React application.