
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@288-toolkit/base64-filters
Advanced tools
npm i @288-toolkit/base64-filters
This modules provides functions that will encode and decode positive numeric filters into base64 strings. This is suitable for use in URLs, since it will use the url safe variant of base64.
The main api are the functions encodeFilters
and decodeFilters
. It will use 2 formats, depending
on the number of filters: If all filters have one or zero value, the layout will be x 16 bits
numbers, one for each filter. 0 is used to represent no value. if any filter have more than one
value, the layout will be 1 8 bits number for the length, followed by each value on 2 bytes
(lowest/highest).
This means that the maximum value for a filter is 65535 and the maximum number of values per filter is 255. Only positive values are supported.
You can also choose the format strategy by using either encodeSingleFilters
or
encodeMultiFilters
, along with their respective decode
functions.
FAQs
```sh npm i @288-toolkit/base64-filters ```
The npm package @288-toolkit/base64-filters receives a total of 19 weekly downloads. As such, @288-toolkit/base64-filters popularity was classified as not popular.
We found that @288-toolkit/base64-filters demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.