Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@gmod/binary-parser
Advanced tools
@gmod/binary-parser is a fork of https://github.com/keichi/binary-parser that also handles 64-bit longs and itf8 and ltf8 types
Binary-parser can be installed with npm:
$ npm install @gmod/binary-parser
The ITF-8 and LTF-8 types documented in https://samtools.github.io/hts-specs/CRAMv3.pdf
The 64-bit parsing in this library is done by https://www.npmjs.com/package/long and simply returns .toNumber() on the parsed 64 bit data.
You can also access Long
inside formatter callbacks (this is not possible in keichi/binary-parser since these are eval'd and the Long
library instance is not available to the eval'd code)
This library is default little endian instead instead of big endian while https://github.com/keichi/binary-parser is default big endian
The return value of the parse {result: {<parsed results>},offset: <number of bytes parsed>}
instead of just {<parsed results>}
Example of reading a 64-bit int
new Parser()
.uint64('mylong64bitint')
.int64('mylong64bitint')
64 bit infers from the endianess of the .endianess, doesn't use uint64le/be
Verification of whether the long is a valid 2^53 int is not done for 64 bit numbers. If you require this make a custom callback using Long
in a formatter for buffer
FAQs
Blazing-fast binary parser builder
The npm package @gmod/binary-parser receives a total of 190 weekly downloads. As such, @gmod/binary-parser popularity was classified as not popular.
We found that @gmod/binary-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.