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

@google-cloud/run

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/run - npm Package Compare versions

Comparing version 0.4.2 to 0.5.0

4

build/src/v2/services_client.d.ts

@@ -298,4 +298,4 @@ /// <reference types="node" />

* If set to true, and if the Service does not exist, it will create a new
* one. Caller must have both create and update permissions for this call if
* this is set to true.
* one. The caller must have 'run.services.create' permissions if this is set
* to true and the Service does not exist.
* @param {object} [options]

@@ -302,0 +302,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

# Changelog
## [0.5.0](https://github.com/googleapis/google-cloud-node/compare/run-v0.4.2...run-v0.5.0) (2023-05-04)
### Features
* [run] Adds support for Startup CPU Boost (GA) ([#4220](https://github.com/googleapis/google-cloud-node/issues/4220)) ([b1b4e29](https://github.com/googleapis/google-cloud-node/commit/b1b4e29f09759a8161c4e26473333ec729fa5165))
## [0.4.2](https://github.com/googleapis/google-cloud-node/compare/run-v0.4.1...run-v0.4.2) (2023-04-13)

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

{
"name": "@google-cloud/run",
"version": "0.4.2",
"version": "0.5.0",
"description": "Cloud Run Admin API",

@@ -29,3 +29,3 @@ "repository": {

"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",

@@ -38,7 +38,7 @@ "docs": "jsdoc -c .jsdoc.js",

"prepare": "npm run compile-protos && npm run compile",
"system-test": "npm run compile && c8 mocha build/system-test",
"test": "c8 mocha build/test",
"samples-test": "npm run compile && cd samples/ && npm link ../ && npm i && npm test",
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean"
"prelint": "cd samples; npm link ../; npm i",
"postpack": "minifyProtoJson",
"samples-test": "cd samples/ && npm link ../ && npm i && npm test",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test"
},

@@ -58,2 +58,3 @@ "dependencies": {

"linkinator": "^4.0.0",
"long": "^5.2.3",
"mocha": "^10.0.0",

@@ -60,0 +61,0 @@ "null-loader": "^4.0.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

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

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