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

@google-cloud/redis

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/redis - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

protos/protos.json

7

CHANGELOG.md

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

### [1.1.4](https://www.github.com/googleapis/nodejs-redis/compare/v1.1.3...v1.1.4) (2019-08-05)
### Bug Fixes
* allow calls with no request, add JSON proto ([5d3616b](https://www.github.com/googleapis/nodejs-redis/commit/5d3616b))
### [1.1.3](https://www.github.com/googleapis/nodejs-redis/compare/v1.1.2...v1.1.3) (2019-06-26)

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

12

package.json
{
"name": "@google-cloud/redis",
"description": "Google Cloud Memorystore for Redis API client for Node.js",
"version": "1.1.3",
"version": "1.1.4",
"license": "Apache-2.0",

@@ -36,3 +36,3 @@ "author": "Google LLC",

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

@@ -46,4 +46,4 @@ },

"codecov": "^3.1.0",
"eslint": "^5.5.0",
"eslint-config-prettier": "^4.0.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^9.0.0",

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

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

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

@@ -69,3 +69,3 @@ // Copyright 2019 Google LLC

* of native Promises.
* @param {string} [options.servicePath] - The domain name of the
* @param {string} [options.apiEndpoint] - The domain name of the
* API remote host.

@@ -420,2 +420,3 @@ */

}
request = request || {};
options = options || {};

@@ -533,2 +534,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -693,2 +695,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -848,2 +851,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -974,2 +978,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1098,2 +1103,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1219,2 +1225,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1320,2 +1327,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1322,0 +1330,0 @@ options.otherArgs = options.otherArgs || {};

@@ -69,3 +69,3 @@ // Copyright 2019 Google LLC

* of native Promises.
* @param {string} [options.servicePath] - The domain name of the
* @param {string} [options.apiEndpoint] - The domain name of the
* API remote host.

@@ -410,2 +410,3 @@ */

}
request = request || {};
options = options || {};

@@ -523,2 +524,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -683,2 +685,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -844,2 +847,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -970,2 +974,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1094,2 +1099,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1215,2 +1221,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1316,2 +1323,3 @@ options.otherArgs = options.otherArgs || {};

}
request = request || {};
options = options || {};

@@ -1318,0 +1326,0 @@ options.otherArgs = options.otherArgs || {};

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