Detects browser and React Native source-code bundlers
Improved typeof detection for node.js and the browser.
Detect the dominant newline character of a string
Detect Node.JS (as opposite to browser environment). ESM modification
A CSS parser, transformer, and minifier written in Rust
A CSS parser, transformer, and minifier written in Rust
Node.js module to detect the C standard library (libc) implementation family and version
The progressive JavaScript framework for building modern web UI.
Node.js implementation of port detector
Detects if a file exists and returns the resolved filepath.
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Sentry Bundler Plugin Core
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
Module Federation Runtime for webpack
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Unpack a browser type and version from the useragent string
Classify GPU's based on their benchmark score in order to provide an adaptive experience.
detect available port
The Linux 64-bit binary for esbuild, a JavaScript bundler.
Detect the indentation of code
A CSS parser, transformer, and minifier written in Rust
A CSS parser, transformer, and minifier written in Rust
A CSS parser, transformer, and minifier written in Rust
An extremely fast JavaScript and CSS bundler and minifier.
Runs a bundle upgrade, shows the changelog for each gem that was upgraded, and outputs a summary view of gem changes plus their impact.
Gem to verify integrity of packages installed via Bundler. It allows to detect packages that were tampered with or replaced via cache poison or replaced. Add it to your Gemfile and run bundle exec bundler-integrity.
bundle-patch is a CLI tool that detects vulnerable gems in your Gemfile and automatically upgrades them to a patchable version based on your configured strategy (patch/minor/all). Uses bundler-audit under the hood.
Analyses your Gemfile for dependency health: checks if gems are actively maintained (last commit dates via GitHub and GitLab, release dates), outdated versions, archived repos, OpenSSF Scorecard security scores, known vulnerabilities via deps.dev, and libyear drift. Ruby version freshness with EOL detection. Handles rubygems, git, path, and GitHub Packages sources. Outputs coloured terminal tables, markdown, or JSON. CI quality gates with --fail-if-critical, --fail-if-warning, --fail-if-vulnerable, --fail-if-outdated, and --ignore. A comprehensive alternative to running bundle outdated, bundler-audit, and libyear-bundler separately.