
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.
@mlabs-haskell/csl-gc-wrapper
Advanced tools
A small library that provides a wrapper for managing garbage collection for cardano-serialization-library, used in https://github.com/mlabs-haskell/cardano-serialization-lib-gc
This is a small library that provides a wrapper for managing garbage collection for cardano-serialization-library. It does this by using a FinalizationRegistry object to keep track of objects that are no longer in use, and calling the free()
method on them when they are finalized.
Example usage:
const csl = require("@emurgo/cardano-serialization-lib-browser");
const wrappedCsl = require('@mlabs-haskell/csl-gc-wrapper')(csl)
function fixture() {
const arr = new Uint8Array(Array(10000000).fill(0));
const pd = lib.PlutusData.new_bytes(arr);
}
setInterval(() => {
for (let i = 0; i < 10; i++) {
fixture()
}
}, 500) // gc will trigger proxies and underlying pointers
FAQs
A small library that provides a wrapper for managing garbage collection for cardano-serialization-library, used in https://github.com/mlabs-haskell/cardano-serialization-lib-gc
The npm package @mlabs-haskell/csl-gc-wrapper receives a total of 12 weekly downloads. As such, @mlabs-haskell/csl-gc-wrapper popularity was classified as not popular.
We found that @mlabs-haskell/csl-gc-wrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.