A CSS parser, transformer, and minifier written in Rust
A CSS parser, transformer, and minifier written in Rust
Fix broken node modules with no fuss
The progressive JavaScript framework for building modern web UI.
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities
Enhance ESLint with better support for large scale monorepos
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Sentry Bundler Plugin Core
Module Federation Runtime for webpack
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
The Loom Software Development Kit
A CSS parser, transformer, and minifier written in Rust
The Linux 64-bit binary for esbuild, a JavaScript bundler.
A CSS parser, transformer, and minifier written in Rust
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
npm package for https://github.com/google/diff-match-patch
A CSS parser, transformer, and minifier written in Rust
process information for node.js and browsers
An extremely fast JavaScript and CSS bundler and minifier.
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
A CSS parser, transformer, and minifier written in Rust
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Conservative bundler updates
bundler-audit provides patch-level verification for Bundled apps.
Pronto runner for bundler-audit, patch-level verification for bundler.
An improved version of bundler-audit provides patch-level verification for Bundled apps
bundler-budit is a fork of bundler-audit, which provides patch-level verification for Bundled apps.
bundler-audit provides patch-level verification for Bundled apps.
Bundler patches for Jets
bundler patch to support private gem server (pgs)
Patches, specifically for rails 2 (now) that print out require and boot times for different parts of the initialization process
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.
Use `bundleup` whenever you want to update the locked Gemfile dependencies of a Ruby project. It shows exactly what gems will be updated with color output that calls attention to significant semver changes. Bundleup will also let you know when a version "pin" in your Gemfile is preventing an update. Bundleup is a standalone tool that leverages standard Bundler output and does not patch code or use Bundler internals.
🔌 A RubyGems plugin that allows gemspec dependencies to be declared as full URIs pointing to namespaced gem sources such as gem.coop namespaces (e.g. `https://beta.gem.coop/@myspace/my-gem`). When installed, this gem patches both RubyGems' native resolver (`gem install`) and Bundler's resolver (`bundle install`) to parse URI dependency names, route them to the correct namespace source, and remap transitive deps on the fly — so `gem install @kaspth/oaken` and `bundle install` with URI deps in gemspecs both Just Work™. See https://github.com/gem-coop/gem.coop/issues/12 for the original discussion.