Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.2 to 1.4.0

build/protos/google/cloud/common_resources.proto

11

CHANGELOG.md

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

## [1.4.0](https://www.github.com/googleapis/nodejs-redis/compare/v1.3.2...v1.4.0) (2019-11-22)
In this release this library has been converted to TypeScript. This change is supposed to be compatible
with the previous versions, but if you find that your code is broken by this change, please file an
issue!
### Features
* add plural/singular resource descriptor ([d6c7f4d](https://www.github.com/googleapis/nodejs-redis/commit/d6c7f4debb839be0245f55b6fe4c81a847228eb9))
* convert to TypeScript ([#236](https://www.github.com/googleapis/nodejs-redis/issues/236)) ([6bcdf55](https://www.github.com/googleapis/nodejs-redis/commit/6bcdf55da38093009dba8f4dfc8a5a3eaacb5f3d))
### [1.3.2](https://www.github.com/googleapis/nodejs-redis/compare/v1.3.1...v1.3.2) (2019-11-15)

@@ -9,0 +20,0 @@

44

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

@@ -11,6 +11,6 @@ "author": "Google LLC",

"repository": "googleapis/nodejs-redis",
"main": "src/index.js",
"main": "build/src/index.js",
"files": [
"protos",
"src"
"build/protos",
"build/src"
],

@@ -31,16 +31,22 @@ "keywords": [

"scripts": {
"test": "mocha",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"lint": "eslint '**/*.js'",
"test": "c8 mocha build/test",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"system-test": "c8 mocha build/system-test",
"docs": "jsdoc -c .jsdoc.js",
"system-test": "mocha system-test/ --timeout 600000",
"fix": "eslint --fix '**/*.js'",
"lint": "gts fix && eslint samples/*.js samples/**/*.js",
"fix": "gts fix && eslint --fix samples/*.js samples/**/*.js",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
"compile": "tsc -p . && cp -r protos build/",
"compile-protos": "compileProtos src",
"predocs-test": "npm run docs",
"prepare": "npm run compile",
"pretest": "npm run compile"
},
"dependencies": {
"google-gax": "^1.7.5",
"protobufjs": "^6.8.8"
"google-gax": "^1.11.1"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.0",
"c8": "^6.0.0",
"codecov": "^3.1.0",

@@ -51,12 +57,18 @@ "eslint": "^6.0.0",

"eslint-plugin-prettier": "^3.0.0",
"gts": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.6.2",
"jsdoc": "^3.5.5",
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"mocha": "^6.1.4",
"null-loader": "^3.0.0",
"pack-n-play": "^1.0.0-2",
"power-assert": "^1.6.0",
"prettier": "^1.14.2"
"prettier": "^1.11.1",
"ts-loader": "^6.2.1",
"typescript": "~3.7.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}
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