
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
Capture JavaScript values as a string in excruciating detail.
console.log(toJsodd({ foo: "bar" }))
{
foo: "bar"
}
console.log(toJsodd(new Error("foo")))
Error {
unenumerable get stack: <V8ErrorStackGetter>
unenumerable set stack: <V8ErrorStackSetter>
unenumerable message: "foo"
<stack>:
"Error: foo\n"
" at file:///home/samual/Git/samual/jsodd/src/default.ts:1292:21\n"
" at ModuleJob.run (node:internal/modules/esm/module_job:413:25)\n"
" at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:660:26)\n"
" at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5)"
}
console.log(toJsodd(Promise, { friendlyNames: mapFriendlyNames({ Symbol }) }))
function Promise(1) {
unconfigurable unenumerable readonly prototype: {
unenumerable constructor: .
unenumerable then(2) {}
unenumerable catch(1) {}
unenumerable finally(1) {}
unenumerable readonly [Symbol.toStringTag]: "Promise"
}
unenumerable all(1) {}
unenumerable allSettled(1) {}
unenumerable any(1) {}
unenumerable race(1) {}
unenumerable resolve(1) {}
unenumerable reject(1) {}
unenumerable withResolvers(0) {}
unenumerable try(1) {}
unenumerable get [Symbol.species](0) {}
}
FAQs
Capture JavaScript values as a string in excruciating detail.
The npm package jsodd receives a total of 49 weekly downloads. As such, jsodd popularity was classified as not popular.
We found that jsodd demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.