google-auth-library
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -131,7 +131,6 @@ "use strict"; | ||
const tokens = { | ||
access_token: token, | ||
access_token: token.access_token, | ||
token_type: 'Bearer', | ||
expiry_date: gtoken.expiresAt, | ||
// tslint:disable-next-line no-any | ||
id_token: gtoken.rawToken.id_token, | ||
id_token: gtoken.idToken, | ||
}; | ||
@@ -138,0 +137,0 @@ this.emit('tokens', tokens); |
@@ -7,2 +7,9 @@ # Changelog | ||
### [5.1.2](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v5.1.1...v5.1.2) (2019-08-05) | ||
### Bug Fixes | ||
* **deps:** upgrade to gtoken 4.x ([#763](https://www.github.com/googleapis/google-auth-library-nodejs/issues/763)) ([a1fcc25](https://www.github.com/googleapis/google-auth-library-nodejs/commit/a1fcc25)) | ||
### [5.1.1](https://www.github.com/googleapis/google-auth-library-nodejs/compare/v5.1.0...v5.1.1) (2019-07-29) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "google-auth-library", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"author": "Google Inc.", | ||
@@ -25,3 +25,3 @@ "description": "Google APIs Authentication Client Library for Node.js", | ||
"gcp-metadata": "^2.0.0", | ||
"gtoken": "^3.0.0", | ||
"gtoken": "^4.0.0", | ||
"jws": "^3.1.5", | ||
@@ -67,3 +67,3 @@ "lru-cache": "^5.0.0" | ||
"ncp": "^2.0.0", | ||
"nock": "^10.0.0", | ||
"nock": "^11.0.0-beta.30", | ||
"null-loader": "^3.0.0", | ||
@@ -70,0 +70,0 @@ "nyc": "^14.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217477
4164
+ Addedgtoken@4.1.4(transitive)
+ Addedjwa@2.0.0(transitive)
+ Addedjws@4.0.0(transitive)
- Removedgtoken@3.0.2(transitive)
Updatedgtoken@^4.0.0