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: MetaMask/safe-event-emitter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: MetaMask/safe-event-emitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 11 commits
  • 10 files changed
  • 5 contributors

Commits on Jul 10, 2023

  1. Bump tough-cookie from 4.1.2 to 4.1.3 (#135)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    dae9345 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump semver from 5.7.1 to 5.7.2 (#136)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    63bcf09 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    c87f6af View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    d7265af View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Enabling MetaMask security code scanner (#140)

    * Enabling security code scanner
    
    * Update security code scanner file
    metamaskbot authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d3f56aa View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Add ESM build (#141)

    * Add ESM build
    
    * Update .gitignore
    
    * Fix export path
    
    * Use CJS types as fallback
    Mrtenz authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    95276c8 View commit details
    Browse the repository at this point in the history
  2. Release 3.1.0 (#142)

    Mrtenz authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a68ac06 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. fix esm path on package.json (#143)

    The module path defined on package.json does not match with the exports and the artifacts. This change's not tested but current release of `a68ac06` is emitting an error on some builds.
    wanseob authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b36a4d0 View commit details
    Browse the repository at this point in the history
  2. Fix ESM build issues with TSC (#146)

    * Fix ESM build issues with TSC
    
    * Use `rimraf@3.0.2`
    
    * Use Perl
    Mrtenz authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    147e95b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. ci: run build/lint/test on nodejs v18, v20; ubuntu-latest (#147)

    * chore(ci): build,lint,test on node v18, v20
    * chore(ci): run on ubuntu-latest instead of ubuntu-20.04
    legobeat authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5facba9 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Release 3.1.1 (#148)

    Mrtenz authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    56ac561 View commit details
    Browse the repository at this point in the history
Loading