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

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.0.0 to 3.1.0

4

build/src/index.js

@@ -114,3 +114,5 @@ "use strict";

else if (err.code &&
(err.code === 'ENOTFOUND' || err.code === 'ENOENT')) {
(err.code === 'ENOTFOUND' ||
err.code === 'ENOENT' ||
err.code === 'ENETUNREACH')) {
// Failure to resolve the metadata service means that it is not available.

@@ -117,0 +119,0 @@ return false;

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

## [3.1.0](https://www.github.com/googleapis/gcp-metadata/compare/v3.0.0...v3.1.0) (2019-10-07)
### Features
* don't throw on ENETUNREACH ([#250](https://www.github.com/googleapis/gcp-metadata/issues/250)) ([88f2101](https://www.github.com/googleapis/gcp-metadata/commit/88f2101))
## [3.0.0](https://www.github.com/googleapis/gcp-metadata/compare/v2.0.4...v3.0.0) (2019-09-17)

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

{
"name": "gcp-metadata",
"version": "3.0.0",
"version": "3.1.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