Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.