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 2.0.1 to 2.0.2

7

CHANGELOG.md

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

### [2.0.2](https://www.github.com/googleapis/gcp-metadata/compare/v2.0.1...v2.0.2) (2019-08-26)
### Bug Fixes
* allow calls with no request, add JSON proto ([#224](https://www.github.com/googleapis/gcp-metadata/issues/224)) ([dc758b1](https://www.github.com/googleapis/gcp-metadata/commit/dc758b1))
### [2.0.1](https://www.github.com/googleapis/gcp-metadata/compare/v2.0.0...v2.0.1) (2019-06-26)

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

55

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

@@ -20,6 +20,6 @@ "repository": "googleapis/gcp-metadata",

"system-test": "mocha build/system-test --timeout 600000",
"test": "nyc mocha build/test",
"test": "c8 mocha build/test",
"docs": "compodoc src/",
"lint": "gts check && eslint '**/*.js'",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"

@@ -37,36 +37,33 @@ },

"author": "Stephen Sawchuk",
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"gaxios": "^2.0.0",
"gaxios": "^2.0.1",
"json-bigint": "^0.3.0"
},
"devDependencies": {
"@compodoc/compodoc": "^1.1.7",
"@types/execa": "^0.9.0",
"@types/mocha": "^5.2.4",
"@compodoc/compodoc": "^1.1.10",
"@types/mocha": "^5.2.7",
"@types/ncp": "^2.0.1",
"@types/nock": "^10.0.0",
"@types/node": "^10.1.0",
"@types/node-fetch": "^2.1.4",
"@types/nock": "^10.0.3",
"@types/node": "^12.7.2",
"@types/tmp": "0.1.0",
"@types/uuid": "^3.4.4",
"@types/uuid": "^3.4.5",
"assert-rejects": "^1.0.0",
"codecov": "^3.0.2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-prettier": "^3.0.1",
"gcbuild": "^1.1.1",
"gcx": "^0.2.0",
"googleapis": "^40.0.0",
"gts": "^1.0.0",
"linkinator": "^1.1.2",
"mocha": "^6.0.0",
"c8": "^5.0.1",
"codecov": "^3.5.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"gcbuild": "^1.3.4",
"gcx": "^0.2.4",
"googleapis": "^42.0.0",
"gts": "^1.1.0",
"linkinator": "^1.5.0",
"mocha": "^6.2.0",
"ncp": "^2.0.0",
"nock": "^10.0.0",
"node-fetch": "^2.3.0",
"nyc": "^14.0.0",
"prettier": "^1.16.4",
"source-map-support": "^0.5.6",
"typescript": "^3.0.0",
"nock": "^11.0.0",
"prettier": "^1.18.2",
"source-map-support": "^0.5.13",
"typescript": "^3.5.3",
"uuid": "^3.3.2"

@@ -73,0 +70,0 @@ },

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