Gathering detailed insights and metrics for msgpackr-extract
Gathering detailed insights and metrics for msgpackr-extract
Gathering detailed insights and metrics for msgpackr-extract
Gathering detailed insights and metrics for msgpackr-extract
@msgpackr-extract/msgpackr-extract-linux-x64
Platform specific binary for msgpackr-extract on linux OS with x64 architecture
@msgpackr-extract/msgpackr-extract-win32-x64
Platform specific binary for msgpackr-extract on win32 OS with x64 architecture
@msgpackr-extract/msgpackr-extract-darwin-x64
Platform specific binary for msgpackr-extract on darwin OS with x64 architecture
@msgpackr-extract/msgpackr-extract-darwin-arm64
Platform specific binary for msgpackr-extract on darwin OS with arm64 architecture
npm install msgpackr-extract
Typescript
Module System
Node Version
NPM Version
C++ (79.14%)
Python (13.37%)
JavaScript (7.48%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Stars
142 Commits
3 Forks
2 Watchers
4 Branches
2 Contributors
Updated on Mar 02, 2025
Latest Version
3.0.3
Package Id
msgpackr-extract@3.0.3
Unpacked Size
15.11 kB
Size
4.88 kB
File Count
7
NPM Version
9.8.1
Node Version
20.6.0
Published on
Jun 09, 2024
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
3
This module is designed to do fast and efficient native/C-level extraction of strings from MessagePack binary data. This works by calling extractStrings(buffer, start, end)
, and it will extract strings by doing partial MessagePack parsing, and scanning to find the string data in the range specified in the buffer. It will return an array of strings that it finds. When it finds strings that can be represented with latin-1/one-byte strings (and important V8 optimization), it will attempt return a continuous string of MessagePack data that contains multiple sub-strings, so the decoder can slice off strings by offset. When a string contains non-latin characters, and must be represented as a two-byte string, this will always be returned as the string alone without combination with any other strings. The extractor will return an array of a maximum of 256 strings. The decoder can call the extractStrings again, with a new offset to continue extracting more strings as necessary.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities 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 0/30 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
Project has not signed or included provenance with any releases.
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