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: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.13.0
Choose a base ref
...
head repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.0
Choose a head ref
  • 8 commits
  • 84 files changed
  • 5 contributors

Commits on Jul 6, 2020

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

Commits on Jul 8, 2020

  1. Adds scrypt support in node 12 (#739)

    * Adds scrypt support in node 12
    
    Replaces scrypt npm module (no longer maintained and
    doesn't work for node 12) for testing standard scrypt with
    `crypto.scryptSync` which has been supported since node v10.5.
    
    * Fixes http timeout issues in node 12.
    
    * Updated CI config; Re-generated the package lock file
    
    Co-authored-by: hiranya911 <[email protected]>
    bojeil-google and hiranya911 authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    db8be26 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

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

Commits on Jul 10, 2020

  1. chore: Add ESLint rule for curly braces, apply fix (#939)

    * Add ESLint rule for curly braces, apply fix
    
    * Remove fix tag from package.json
    MathBunny authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    1b283e3 View commit details
    Browse the repository at this point in the history
  2. chore: update node-forge to ^0.9.1 (#941)

    As commnented on #934 (comment)
    
    Given that node-forge is a 0.x version, npm considers it to be a breaking change, and hence not compatible with the current requirement.
    
    node-forge is also transitively being used by firestore (direct dependency is google-p12-pem), and requiring version ^0.9.0, which means two copies of the library are currently needed. Switching to just one dependency would save 1.7Mib.
    sk- authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    70c233c View commit details
    Browse the repository at this point in the history
  3. fix: Upgraded Chai, Sinon and other test dependencies (#938)

    * change: Upgraded Firestore dependency to v4
    
    * Upgrading Chai and associated dependencies
    
    * Upgraded Sinon; Fixed affected unit and integration tests
    
    * Fixed a series of TS compilation issues in tests
    
    * Extracted test helper function
    
    * fix: Updated some error checks to use deep.include
    hiranya911 authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    6cce54f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. $ chmod -x test/**/*.ts src/**/*.ts (#942)

    Remove unnecessary executive permissions.
    tricknotes authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    82ced1e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

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