Installations
npm install @k88/cra-webpack-hot-dev-client
Releases
Unable to fetch releases
Developer
ktalebian
Developer Guide
Module System
CommonJS
Min. Node Version
Typescript Support
Yes
Node Version
14.17.3
NPM Version
6.14.14
Statistics
7 Commits
6 Branches
1 Contributors
Updated on 12 Aug 2021
Languages
TypeScript (99.26%)
Shell (0.74%)
Total Downloads
Cumulative downloads
Total Downloads
1,078,412
Last day
-18%
834
Compared to previous day
Last week
-16%
4,848
Compared to previous week
Last month
21.5%
26,206
Compared to previous month
Last year
-19.3%
310,353
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
@k88/cra-webpack-hot-dev-client
Taken from react-dev-utils, but is published as a standalone plugin and has Typescript definition.
Installation
Install using
1npm install @k88/cra-webpack-hot-dev-client
Usage
Add the path to webpack entry
:
1module.exports = { 2 /* webpack configuration */ 3 entry: [ 4 isDev && require.resolve('@k88/cra-webpack-hot-dev-client'), 5 /* Other entry paths */ 6 ], 7};
No vulnerabilities found.
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 0/7 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 SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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 'main'
Reason
10 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-j8xg-fqg3-53r7
Score
1.7
/10
Last Scanned on 2024-11-18
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