Socket
Socket
Sign inDemoInstall

handy-redis

Package Overview
Dependencies
3
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

20

package.json
{
"name": "handy-redis",
"version": "2.0.1",
"version": "2.0.2",
"description": "A redis client with first-class Promise and TypeScript support, and extensive documentation.",

@@ -53,13 +53,13 @@ "keywords": [

"@types/eslint": "7.2.4",
"@types/jest": "26.0.14",
"@types/jest": "26.0.15",
"@types/lodash": "4.14.162",
"@types/node": "12.12.37",
"@types/redis-mock": "0.17.0",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"check-clean": "0.2.5",
"del-cli": "3.0.1",
"eslint": "7.11.0",
"eslint-config-xo": "0.32.1",
"eslint-config-xo-typescript": "0.33.0",
"eslint": "7.12.0",
"eslint-config-xo": "0.33.1",
"eslint-config-xo-typescript": "0.35.0",
"eslint-plugin-codegen": "0.13.3",

@@ -69,5 +69,5 @@ "eslint-plugin-import": "2.22.1",

"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-unicorn": "22.0.0",
"eslint-plugin-unicorn": "23.0.0",
"expect-type": "0.8.0",
"jest": "26.5.3",
"jest": "26.6.1",
"lodash": "4.17.20",

@@ -80,3 +80,3 @@ "npm-run-all": "4.1.5",

"string-argv": "0.3.1",
"ts-jest": "26.4.1",
"ts-jest": "26.4.2",
"ts-node": "9.0.0",

@@ -83,0 +83,0 @@ "typescript": "4.0.3"

@@ -11,3 +11,3 @@ # handy-redis

[node_redis](https://npmjs.com/package/redis) doesn't support Promises out-of-the-box - you have to use bluebird's `promisifyAll`, which has the side effect of removing all TypeScript/intellisense support from the package.
[node_redis](https://npmjs.com/package/redis) doesn't support Promises out-of-the-box - you have to use `util.promisify` on each command, or bluebird's `promisifyAll`, which has the side effect of removing all TypeScript/intellisense support from the package.

@@ -19,3 +19,3 @@ This package is a wrapper around node_redis and exclusively uses Promises. It publishes TypeScript types generated from the official redis documentation and examples, so it's much easier to know what parameters a command expects, and how to use the return values.

```cli
npm install --save redis handy-redis
npm install handy-redis redis
```

@@ -22,0 +22,0 @@

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc