Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-auth-library

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-auth-library - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

5

build/src/auth/jwtclient.js

@@ -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 @@

6

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc