Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@bozemanpass/yarnball
Advanced tools
npm versions demystified
Yarnball runs in the browser: http://yarnball.pages.bozemanpass.com/yarnball.html
yarn global add @bozemanpass/yarnball
# or
npm i -g @bozemanpass/yarnball
yarnball
Resolves a single package name/version and reports its details.yarnball-deep
Resolves a package and all its dependencies, presented as a tree.yarnball-list
Resolves a package and all its dependencies, presented as a list.yarnball-multiples
Similar to yarnball-list
, but only displays dependencies with multiple versions.yarnball-size
Report the number of total number of packages drawn in and their approximate size (if known).All have similar usage: yarnball[-deep|-list|-multiples-size] <name> [semver] [registryUrl]
.
Example output:
> yarnball log4js ^6.0.0
{
"name": "log4js",
"requested": "^6.0.0",
"resolved": "6.3.0",
"semver-satisfies": [
"6.0.0",
"6.1.0",
"6.1.1",
"6.1.2",
"6.2.0",
"6.2.1",
"6.3.0"
],
"tags": {
"latest": "6.3.0"
},
"tarball": "https://registry.npmjs.org/log4js/-/log4js-6.3.0.tgz",
"unpackedSize": 106197
}
For more information see: http://yarnball.pages.bozemanpass.com
FAQs
npm versions demystified
We found that @bozemanpass/yarnball demonstrated a not healthy version release cadence and project activity because the last version was released 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.