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

@google-cloud/managed-identities

Package Overview
Dependencies
Maintainers
4
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/managed-identities - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

build/src/v1/managed_identities_service_client.js

@@ -147,2 +147,5 @@ "use strict";

}
else if (opts.fallback === 'rest') {
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`);
}
if (opts.libName && opts.libVersion) {

@@ -149,0 +152,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`);

@@ -115,2 +115,5 @@ "use strict";

}
else if (opts.fallback === 'rest') {
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`);
}
if (opts.libName && opts.libVersion) {

@@ -117,0 +120,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`);

# Changelog
### [1.0.2](https://www.github.com/googleapis/nodejs-managed-identities/compare/v1.0.1...v1.0.2) (2021-05-25)
### Bug Fixes
* GoogleAdsError missing using generator version after 1.3.0 ([#52](https://www.github.com/googleapis/nodejs-managed-identities/issues/52)) ([747a6f2](https://www.github.com/googleapis/nodejs-managed-identities/commit/747a6f2ee3a7a6d341ad5f3825a22f31886474ac))
### [1.0.1](https://www.github.com/googleapis/nodejs-managed-identities/compare/v1.0.0...v1.0.1) (2021-05-12)

@@ -4,0 +11,0 @@

4

package.json
{
"name": "@google-cloud/managed-identities",
"version": "1.0.1",
"version": "1.0.2",
"description": "Managedidentities client for Node.js",

@@ -57,3 +57,3 @@ "repository": "googleapis/nodejs-managed-identities",

"pack-n-play": "^1.0.0-2",
"sinon": "^10.0.0",
"sinon": "^11.0.0",
"ts-loader": "^9.0.0",

@@ -60,0 +60,0 @@ "typescript": "^4.1.2",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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