New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

google-auth-library

Package Overview
Dependencies
Maintainers
1
Versions
152
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 9.15.0 to 9.15.1

CHANGELOG.md

6

build/src/auth/googleauth.d.ts

@@ -55,2 +55,6 @@ import { GaxiosOptions, GaxiosResponse } from 'gaxios';

* Cannot be used with {@link GoogleAuthOptions.apiKey `apiKey`}.
*
* @remarks
*
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}.
*/

@@ -233,2 +237,4 @@ credentials?: JWTInput | ExternalAccountClientOptions;

*
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}.
*
* @param json The input object.

@@ -235,0 +241,0 @@ * @param options The JWT or UserRefresh options for the client

2

build/src/auth/googleauth.js

@@ -434,2 +434,4 @@ "use strict";

*
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}.
*
* @param json The input object.

@@ -436,0 +438,0 @@ * @param options The JWT or UserRefresh options for the client

@@ -89,2 +89,6 @@ import { GoogleToken } from 'gtoken';

* @param json The input object.
*
* @remarks
*
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}.
*/

@@ -96,2 +100,6 @@ fromJSON(json: JWTInput): void;

* @param callback Optional callback.
*
* @remarks
*
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}.
*/

@@ -98,0 +106,0 @@ fromStream(inputStream: stream.Readable): Promise<void>;

@@ -205,2 +205,6 @@ "use strict";

* @param json The input object.
*
* @remarks
*
* **Important**: If you accept a credential configuration (credential JSON/File/Stream) from an external source for authentication to Google Cloud, you must validate it before providing it to any Google API or library. Providing an unvalidated credential configuration to Google APIs can compromise the security of your systems and data. For more information, refer to {@link https://cloud.google.com/docs/authentication/external/externally-sourced-credentials Validate credential configurations from external sources}.
*/

@@ -207,0 +211,0 @@ fromJSON(json) {

4

package.json
{
"name": "google-auth-library",
"version": "9.15.0",
"version": "9.15.1",
"author": "Google Inc.",

@@ -41,3 +41,3 @@ "description": "Google APIs Authentication Client Library for Node.js",

"codecov": "^3.0.2",
"execa": "^5.0.0",
"engine.io": "6.6.2",
"gts": "^5.0.0",

@@ -44,0 +44,0 @@ "is-docker": "^2.0.0",

Sorry, the diff of this file is too big to display

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