Socket
Socket
Sign inDemoInstall

@google-cloud/common

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/common - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

3

build/src/util.js

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

}
if (reason && reason.includes('EAI_AGAIN')) {
return true;
}
}

@@ -280,0 +283,0 @@ }

@@ -7,2 +7,9 @@ # Changelog

## [2.4.0](https://www.github.com/googleapis/nodejs-common/compare/v2.3.0...v2.4.0) (2020-02-25)
### Features
* if we see EAI_AGAIN error for reason, retry request ([#534](https://www.github.com/googleapis/nodejs-common/issues/534)) ([0debe28](https://www.github.com/googleapis/nodejs-common/commit/0debe28b77d77bf9382e74dc4c11744fb433db6d)), closes [#473](https://www.github.com/googleapis/nodejs-common/issues/473)
## [2.3.0](https://www.github.com/googleapis/nodejs-common/compare/v2.2.6...v2.3.0) (2020-01-23)

@@ -9,0 +16,0 @@

13

package.json
{
"name": "@google-cloud/common",
"description": "Common components for Cloud APIs Node.js Client Libraries",
"version": "2.3.0",
"version": "2.4.0",
"license": "Apache-2.0",

@@ -48,3 +48,3 @@ "author": "Google Inc.",

"@types/extend": "^3.0.1",
"@types/mocha": "^5.2.6",
"@types/mocha": "^7.0.0",
"@types/mv": "^2.1.0",

@@ -60,14 +60,11 @@ "@types/ncp": "^2.0.1",

"ink-docstrap": "^1.3.2",
"intelli-espower-loader": "^1.0.1",
"js-green-licenses": "^1.0.0",
"linkinator": "^1.1.7",
"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^11.3.2",
"nock": "^12.0.0",
"c8": "^7.0.0",
"power-assert": "^1.6.1",
"proxyquire": "^2.1.0",
"sinon": "^8.0.0",
"source-map-support": "^0.5.11",
"sinon": "^9.0.0",
"tmp": "0.1.0",

@@ -74,0 +71,0 @@ "typescript": "3.6.4"

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