-
Notifications
You must be signed in to change notification settings - Fork 394
Comparing changes
Open a pull request
base repository: firebase/firebase-admin-node
base: v8.13.0
head repository: firebase/firebase-admin-node
compare: v9.0.0
- 8 commits
- 84 files changed
- 5 contributors
Commits on Jul 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c93893b - Browse repository at this point
Copy the full SHA c93893bView commit details
Commits on Jul 8, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for db8be26 - Browse repository at this point
Copy the full SHA db8be26View commit details
Commits on Jul 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 489d78a - Browse repository at this point
Copy the full SHA 489d78aView commit details
Commits on Jul 10, 2020
-
chore: Add ESLint rule for curly braces, apply fix (#939)
* Add ESLint rule for curly braces, apply fix * Remove fix tag from package.json
Configuration menu - View commit details
-
Copy full SHA for 1b283e3 - Browse repository at this point
Copy the full SHA 1b283e3View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 70c233c - Browse repository at this point
Copy the full SHA 70c233cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6cce54f - Browse repository at this point
Copy the full SHA 6cce54fView commit details
Commits on Jul 13, 2020
-
$ chmod -x test/**/*.ts src/**/*.ts (#942)
Remove unnecessary executive permissions.
Configuration menu - View commit details
-
Copy full SHA for 82ced1e - Browse repository at this point
Copy the full SHA 82ced1eView commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b01822f - Browse repository at this point
Copy the full SHA b01822fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.13.0...v9.0.0