Socket
Socket
Sign inDemoInstall

gcp-metadata

Package Overview
Dependencies
Maintainers
3
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcp-metadata - npm Package Compare versions

Comparing version 3.1.0 to 3.2.0

3

build/src/index.js

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

catch (err) {
if (process.env.DEBUG_AUTH) {
console.info(err);
}
if (err.type === 'request-timeout') {

@@ -110,0 +113,0 @@ // If running in a GCP environment, metadata endpoint should return

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

## [3.2.0](https://www.github.com/googleapis/gcp-metadata/compare/v3.1.0...v3.2.0) (2019-10-10)
### Features
* add DEBUG_AUTH for digging into authentication issues ([#254](https://www.github.com/googleapis/gcp-metadata/issues/254)) ([804156d](https://www.github.com/googleapis/gcp-metadata/commit/804156d))
## [3.1.0](https://www.github.com/googleapis/gcp-metadata/compare/v3.0.0...v3.1.0) (2019-10-07)

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

2

package.json
{
"name": "gcp-metadata",
"version": "3.1.0",
"version": "3.2.0",
"description": "Get the metadata from a Google Cloud Platform environment",

@@ -5,0 +5,0 @@ "repository": "googleapis/gcp-metadata",

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