Gathering detailed insights and metrics for react-guitar-theme-coco
Gathering detailed insights and metrics for react-guitar-theme-coco
Gathering detailed insights and metrics for react-guitar-theme-coco
Gathering detailed insights and metrics for react-guitar-theme-coco
A beautiful and accessible guitar component for React. ⚛️ 🎸
npm install react-guitar-theme-coco
Typescript
Module System
Node Version
NPM Version
TypeScript (98.49%)
JavaScript (0.87%)
CSS (0.52%)
Shell (0.12%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
635 Stars
315 Commits
49 Forks
9 Watchers
6 Branches
1 Contributors
Updated on Jun 28, 2025
Latest Version
1.1.2
Package Id
react-guitar-theme-coco@1.1.2
Unpacked Size
86.51 kB
Size
54.89 kB
File Count
16
NPM Version
lerna/5.3.0/node@v16.16.0+arm64 (darwin)
Node Version
16.16.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
4
A react-guitar theme from the film Coco.
See https://react-guitar.com?theme=coco for a live demo.
npm i react-guitar react-guitar-theme-coco
1import React from 'react' 2import { render } from 'react-dom' 3import Guitar from 'react-guitar' 4import coco from 'react-guitar-theme-coco' 5 6render( 7 <Guitar strings={[0, 1, 2, 2, 0, -1]} theme={coco} />, 8 document.getElementById('root') 9)
yarn start
will watch.yarn build
will generate the production scripts under the dist
folder.No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
76 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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