New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/compute

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/compute - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

7

CHANGELOG.md

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

### [1.1.2](https://www.github.com/googleapis/nodejs-compute/compare/v1.1.1...v1.1.2) (2019-08-01)
### Bug Fixes
* **deps:** update dependency @google-cloud/paginator to v2 ([#338](https://www.github.com/googleapis/nodejs-compute/issues/338)) ([db5de8c](https://www.github.com/googleapis/nodejs-compute/commit/db5de8c))
### [1.1.1](https://www.github.com/googleapis/nodejs-compute/compare/v1.1.0...v1.1.1) (2019-06-26)

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

14

package.json
{
"name": "@google-cloud/compute",
"description": "Google Compute Engine Client Library for Node.js",
"version": "1.1.1",
"version": "1.1.2",
"license": "Apache-2.0",

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

"fix": "eslint --fix '**/*.js'",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"

@@ -40,3 +40,3 @@ },

"@google-cloud/common": "^2.0.0",
"@google-cloud/paginator": "^1.0.0",
"@google-cloud/paginator": "^2.0.0",
"@google-cloud/projectify": "^1.0.0",

@@ -54,4 +54,4 @@ "@google-cloud/promisify": "^1.0.0",

"concat-stream": "^2.0.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^9.0.0",

@@ -61,4 +61,4 @@ "eslint-plugin-prettier": "^3.0.0",

"jsdoc": "^3.6.2",
"jsdoc-baseline": "^0.1.0",
"linkinator": "^1.4.2",
"jsdoc-fresh": "^1.0.1",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",

@@ -65,0 +65,0 @@ "nyc": "^14.0.0",

@@ -765,2 +765,3 @@ /*!

for (const key in newMetadataJSON) {
/* eslint-disable no-prototype-builtins */
if (newMetadataJSON.hasOwnProperty(key)) {

@@ -767,0 +768,0 @@ const value = newMetadataJSON[key];

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