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

@google-cloud/cloudbuild

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/cloudbuild - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2

8

CHANGELOG.md
# Changelog
## [3.5.2](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v3.5.1...cloudbuild-v3.5.2) (2023-04-13)
### Bug Fixes
* **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029))
* Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc))
## [3.5.1](https://github.com/googleapis/google-cloud-node/compare/cloudbuild-v3.5.0...cloudbuild-v3.5.1) (2023-03-28)

@@ -4,0 +12,0 @@

9

package.json

@@ -8,3 +8,3 @@ {

"name": "@google-cloud/cloudbuild",
"version": "3.5.1",
"version": "3.5.2",
"author": "Google LLC",

@@ -16,3 +16,4 @@ "description": "Cloud Build API client for Node.js",

"build/src",
"build/protos"
"build/protos",
"!build/src/**/*.map"
],

@@ -53,3 +54,3 @@ "keywords": [

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

@@ -71,5 +72,5 @@ "prepare": "npm run compile-protos && npm run compile",

"dependencies": {
"google-gax": "^3.5.2"
"google-gax": "^3.5.8"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-devtools-cloudbuild"
}

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

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