Installations
npm install kokopu-react
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
18.19.1
NPM Version
9.2.0
Score
62.4
Supply Chain
82.2
Quality
82
Maintenance
100
Vulnerability
79.9
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (73.28%)
JavaScript (21.56%)
CSS (4.32%)
Shell (0.84%)
Developer
Download Statistics
Total Downloads
10,740
Last Day
4
Last Week
27
Last Month
163
Last Year
3,321
GitHub Statistics
7 Stars
435 Commits
1 Forks
2 Watching
1 Branches
1 Contributors
Bundle Size
16.07 kB
Minified
1.71 kB
Minified + Gzipped
Sponsor this package
Package Meta Information
Latest Version
3.3.1
Package Id
kokopu-react@3.3.1
Unpacked Size
8.74 MB
Size
7.17 MB
File Count
646
NPM Version
9.2.0
Node Version
18.19.1
Publised On
01 Nov 2024
Total Downloads
Cumulative downloads
Total Downloads
10,740
Last day
300%
4
Compared to previous day
Last week
3.8%
27
Compared to previous week
Last month
5.8%
163
Compared to previous month
Last year
16.6%
3,321
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
Dev Dependencies
37
Kokopu-React
Kokopu-React is a React-based library to create and display chessboard and chess-related components. Kokopu-React is built on top of Kokopu, a headless library that implements all the chess logic (game rules, parsing of FEN and PGN formats...).
https://www.npmjs.com/package/kokopu-react
Documentation & live-demo
https://kokopu-react.yo35.org/
Example
1import React from 'react'; 2import { createRoot } from 'react-dom/client'; 3import { Chessboard } from 'kokopu-react'; 4 5createRoot(document.body).render(<Chessboard />);
More examples available in documentation & live-demo.
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: GNU Lesser General Public License v3.0: LICENSE:0
Reason
5 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-7q7g-4xm8-89cq
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-4wx3-54gh-9fr9
- Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55
- Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w
Reason
3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4
Reason
dependency not pinned by hash detected -- score normalized to 4
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/yo35/kokopu-react/main.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/yo35/kokopu-react/main.yml/master?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/main.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/yo35/kokopu-react/main.yml/master?enable=pin
- Info: 0 out of 2 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 third-party GitHubAction dependencies pinned
- Info: 1 out of 1 npmCommand dependencies pinned
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/main.yml:1
- Info: no jobLevel write permissions found
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 'master'
Score
3.6
/10
Last Scanned on 2024-12-16
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