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

@google-cloud/resource-settings

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/resource-settings - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

15

build/src/v1/resource_settings_service_client.js

@@ -258,2 +258,3 @@ "use strict";

getSetting(request, optionsOrCallback, callback) {
var _a;
request = request || {};

@@ -273,3 +274,3 @@ let options;

this._gaxModule.routingHeader.fromParams({
name: request.name || '',
name: (_a = request.name) !== null && _a !== void 0 ? _a : '',
});

@@ -280,2 +281,3 @@ this.initialize();

updateSetting(request, optionsOrCallback, callback) {
var _a;
request = request || {};

@@ -295,3 +297,3 @@ let options;

this._gaxModule.routingHeader.fromParams({
'setting.name': request.setting.name || '',
'setting.name': (_a = request.setting.name) !== null && _a !== void 0 ? _a : '',
});

@@ -302,2 +304,3 @@ this.initialize();

listSettings(request, optionsOrCallback, callback) {
var _a;
request = request || {};

@@ -317,3 +320,3 @@ let options;

this._gaxModule.routingHeader.fromParams({
parent: request.parent || '',
parent: (_a = request.parent) !== null && _a !== void 0 ? _a : '',
});

@@ -354,2 +357,3 @@ this.initialize();

listSettingsStream(request, options) {
var _a;
request = request || {};

@@ -361,3 +365,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
parent: request.parent || '',
parent: (_a = request.parent) !== null && _a !== void 0 ? _a : '',
});

@@ -403,2 +407,3 @@ const defaultCallSettings = this._defaults['listSettings'];

listSettingsAsync(request, options) {
var _a;
request = request || {};

@@ -410,3 +415,3 @@ options = options || {};

this._gaxModule.routingHeader.fromParams({
parent: request.parent || '',
parent: (_a = request.parent) !== null && _a !== void 0 ? _a : '',
});

@@ -413,0 +418,0 @@ const defaultCallSettings = this._defaults['listSettings'];

# Changelog
## [2.0.3](https://github.com/googleapis/nodejs-resource-settings/compare/v2.0.2...v2.0.3) (2022-11-11)
### Bug Fixes
* **deps:** Use google-gax v3.5.2 ([#99](https://github.com/googleapis/nodejs-resource-settings/issues/99)) ([8fdec6f](https://github.com/googleapis/nodejs-resource-settings/commit/8fdec6f6a8c4869b538434ea0e9c02d806078ea7))
* Preserve default values in x-goog-request-params header ([#92](https://github.com/googleapis/nodejs-resource-settings/issues/92)) ([b09f5fb](https://github.com/googleapis/nodejs-resource-settings/commit/b09f5fb6c2d573dd5c8c01118971596471e085b2))
* Regenerated protos JS and TS definitions ([#102](https://github.com/googleapis/nodejs-resource-settings/issues/102)) ([7228136](https://github.com/googleapis/nodejs-resource-settings/commit/72281366b3453766a8dea4833ba3b198b98207a7))
## [2.0.2](https://github.com/googleapis/nodejs-resource-settings/compare/v2.0.1...v2.0.2) (2022-09-01)

@@ -4,0 +13,0 @@

{
"name": "@google-cloud/resource-settings",
"version": "2.0.2",
"version": "2.0.3",
"description": "resourcesettings client for Node.js",

@@ -42,11 +42,11 @@ "repository": "googleapis/nodejs-resource-settings",

"dependencies": {
"google-gax": "^3.3.0"
"google-gax": "^3.5.2"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.7.2",
"gts": "^3.1.0",
"jsdoc": "^3.6.6",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",

@@ -53,0 +53,0 @@ "jsdoc-region-tag": "^2.0.0",

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

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