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

@google-cloud/service-control

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/service-control - npm Package Compare versions

Comparing version 2.3.0 to 3.0.0

7

build/src/v1/quota_controller_client.d.ts

@@ -127,3 +127,3 @@ import type * as gax from 'google-gax';

*
* See {@link google.api.Service|google.api.Service} for the definition of a service name.
* See {@link protos.google.api.Service|google.api.Service} for the definition of a service name.
* @param {google.api.servicecontrol.v1.QuotaOperation} request.allocateOperation

@@ -138,5 +138,4 @@ * Operation that describes the quota allocation.

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.api.servicecontrol.v1.AllocateQuotaResponse | AllocateQuotaResponse}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v1.AllocateQuotaResponse|AllocateQuotaResponse}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -143,0 +142,0 @@ * @example <caption>include:samples/generated/v1/quota_controller.allocate_quota.js</caption>

@@ -120,3 +120,3 @@ import type * as gax from 'google-gax';

*
* NOTE: the {@link google.api.servicecontrol.v1.CheckRequest|CheckRequest} has
* NOTE: the {@link protos.google.api.servicecontrol.v1.CheckRequest|CheckRequest} has
* the size limit (wire-format byte size) of 1MB.

@@ -148,5 +148,4 @@ *

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.api.servicecontrol.v1.CheckResponse | CheckResponse}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v1.CheckResponse|CheckResponse}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -173,3 +172,3 @@ * @example <caption>include:samples/generated/v1/service_controller.check.js</caption>

*
* NOTE: the {@link google.api.servicecontrol.v1.ReportRequest|ReportRequest} has
* NOTE: the {@link protos.google.api.servicecontrol.v1.ReportRequest|ReportRequest} has
* the size limit (wire-format byte size) of 1MB.

@@ -200,3 +199,3 @@ *

* however the ReportRequest size should be no larger than 1MB. See
* {@link google.api.servicecontrol.v1.ReportResponse.report_errors|ReportResponse.report_errors}
* {@link protos.google.api.servicecontrol.v1.ReportResponse.report_errors|ReportResponse.report_errors}
* for partial failure behavior.

@@ -212,5 +211,4 @@ * @param {string} request.serviceConfigId

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.api.servicecontrol.v1.ReportResponse | ReportResponse}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v1.ReportResponse|ReportResponse}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -217,0 +215,0 @@ * @example <caption>include:samples/generated/v1/service_controller.report.js</caption>

@@ -158,5 +158,4 @@ import type * as gax from 'google-gax';

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.api.servicecontrol.v2.CheckResponse | CheckResponse}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v2.CheckResponse|CheckResponse}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -213,5 +212,4 @@ * @example <caption>include:samples/generated/v2/service_controller.check.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.api.servicecontrol.v2.ReportResponse | ReportResponse}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.api.servicecontrol.v2.ReportResponse|ReportResponse}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -218,0 +216,0 @@ * @example <caption>include:samples/generated/v2/service_controller.report.js</caption>

# Changelog
## [3.0.0](https://github.com/googleapis/google-cloud-node/compare/service-control-v2.3.0...service-control-v3.0.0) (2023-08-06)
### ⚠ BREAKING CHANGES
* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443))
### Bug Fixes
* [Many APIs] fix typings for IAM methods ([#4459](https://github.com/googleapis/google-cloud-node/issues/4459)) ([1d510be](https://github.com/googleapis/google-cloud-node/commit/1d510bef5bd7b0ac3552b4729ef3d9ebe1ac3dc4))
### Miscellaneous Chores
* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770))
## [2.3.0](https://github.com/googleapis/google-cloud-node/compare/service-control-v2.2.0...service-control-v2.3.0) (2023-05-09)

@@ -4,0 +20,0 @@

{
"name": "@google-cloud/service-control",
"version": "2.3.0",
"version": "3.0.0",
"description": "Service control client for Node.js",

@@ -49,28 +49,25 @@ "repository": {

"dependencies": {
"google-gax": "^3.5.8"
"google-gax": "^4.0.3"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.4.5",
"@types/sinon": "^10.0.0",
"c8": "^7.6.0",
"gts": "^3.1.0",
"c8": "^8.0.1",
"gapic-tools": "^0.1.8",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",
"jsdoc-region-tag": "^2.0.0",
"linkinator": "^4.0.0",
"linkinator": "4.1.2",
"long": "^5.2.3",
"mocha": "^9.2.2",
"null-loader": "^4.0.1",
"pack-n-play": "^1.0.0-2",
"sinon": "^15.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.6.4",
"webpack": "^5.24.4",
"webpack-cli": "^5.0.0"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-api-servicecontrol"
}
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