Gathering detailed insights and metrics for bc-minecraft-bedrock-project
Gathering detailed insights and metrics for bc-minecraft-bedrock-project
Gathering detailed insights and metrics for bc-minecraft-bedrock-project
Gathering detailed insights and metrics for bc-minecraft-bedrock-project
A project that deals with caching, summarizing minecraft bedrock data
npm install bc-minecraft-bedrock-project
Typescript
Module System
Node Version
NPM Version
TypeScript (99.6%)
JavaScript (0.24%)
PowerShell (0.16%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
BSD-3-Clause License
3 Stars
1,059 Commits
1 Forks
1 Watchers
1 Branches
3 Contributors
Updated on Jul 08, 2025
Latest Version
1.21.80-6
Package Id
bc-minecraft-bedrock-project@1.21.80-6
Unpacked Size
609.07 kB
Size
93.73 kB
File Count
591
NPM Version
10.8.2
Node Version
20.19.2
Published on
Jul 05, 2025
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
A project that deals with caching, summarizing Minecraft bedrock data
1const context: ProjectContext = { 2 getDocument: (uri: string) => { ... }, 3 getFiles: (folder: string, ignores: MCIgnore) => { ... }, 4}; 5 6const Data = new ProjectData(context); 7 8const ProjectFolder = "c:\\project\\"; 9const manifests = ["c:\\project\\bp\\manifest.json", "c:\\project\\rp\\manifest.json", "c:\\project\\world\\manifest.json"]; 10 11const packs = Data.addPack(manifests, ProjectFolder); 12 13//process documents into the pacts 14Data.Process(...); 15//OR 16packs[0].process(...)
First, read the contributing guide. fork the project, clone it and run the following commands:
Installation
1 npm ci 2 npm update
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 5
Details
Reason
Found 4/16 approved changesets -- score normalized to 2
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
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