Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/readable-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.5.2
Choose a base ref
...
head repository: nodejs/readable-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Dec 18, 2024

  1. Fix internalStreamsWeakHandler replacement (#544)

    The replacement part of the rule incorrectly contains the escape `\\`,
    probably copy-pasted from the pattern part of the rule. Fix is to just
    remove it.
    natebuckareff authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    837ec9e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. fix: avoid using bigint literal syntax (#542)

    * fix: avoid using bigint literal syntax
    
    * simplify
    
    * fix: Add custom eslint plugin with no-big-int rule
    
    * fix: Migrate .eslintrc.js to flat format eslint.config.mjs
    
    * fix(gh): exclude node 12.x, 14.x on macos-latest
    mman authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c14d358 View commit details
    Browse the repository at this point in the history
  2. Bumped v4.6.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    fdfbf82 View commit details
    Browse the repository at this point in the history
Loading