Gathering detailed insights and metrics for @xmcl/bytebuffer
Gathering detailed insights and metrics for @xmcl/bytebuffer
npm install @xmcl/bytebuffer
Typescript
Module System
Min. Node Version
Node Version
NPM Version
76.5
Supply Chain
82.8
Quality
75.3
Maintenance
100
Vulnerability
87.6
License
TypeScript (97.69%)
HTML (2.31%)
Total Downloads
2,216
Last Day
1
Last Week
15
Last Month
48
Last Year
1,040
183 Stars
1,698 Commits
29 Forks
8 Watching
18 Branches
24 Contributors
Minified
Minified + Gzipped
Latest Version
0.1.1
Package Id
@xmcl/bytebuffer@0.1.1
Unpacked Size
458.06 kB
Size
59.12 kB
File Count
35
NPM Version
8.19.4
Node Version
16.20.0
Publised On
24 Apr 2023
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
114.3%
15
Compared to previous week
Last month
-60%
48
Compared to previous month
Last year
-11.6%
1,040
Compared to previous year
7
Provide some functions to query Minecraft server status. Port from bytebuffer.js.
Should similar to the bytebuffer in java.
You can also reference the bytebuffer.js.
There are sevearl notable differences:
DataView
. Should compatible for both browser and nodejs.BigInt
to represent the long
type.Common usage:
1import { ByteBuffer } from '@xmcl/bytebuffer' 2const bb = ByteBuffer.allocate(10) 3// similar to java's ByteBuffer
Using extra methods:
1import { ByteBuffer } from '@xmcl/bytebuffer' 2import '@xmcl/bytebuffer/varint64' // importing this will inject the varint64 methods to ByteBuffer 3 4const bb = ByteBuffer.allocate(10) 5bb.writeVarint64(BigInt(1234567890)) // now this is avaiable!
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
3 existing vulnerabilities detected
Details
Reason
Found 1/9 approved changesets -- score normalized to 1
Reason
binaries present in source code
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-02-03
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