
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.
@npmcorp/etcd-result-objectify
Advanced tools
Objectify the results of a recursive etcd query.
For example, a structure like:
- foo
- bar: baz
- oof
- baz: rab
changes into:
{
foo: {
bar: "baz",
oof: {
baz: "rab"
}
}
}
npm install etcd-result-objectify
var Etcd = require('node-etcd')
var etcdResultObjectify = require('etcd-result-objectify')
var etcd = new Etcd()
etcd.get('foo', { recursive: true }, function(err, result) {
if (err) throw err
console.dir(etcdResultObjectify(result))
})
FAQs
Objectify the results of a recursive etcd query
The npm package @npmcorp/etcd-result-objectify receives a total of 300 weekly downloads. As such, @npmcorp/etcd-result-objectify popularity was classified as not popular.
We found that @npmcorp/etcd-result-objectify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 37 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.