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.0 to 2.0.1

62

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

@@ -51,32 +51,32 @@ "keywords": [

"devDependencies": {
"@types/cross-spawn": "^6.0.0",
"@types/eslint": "^7.2.0",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.120",
"@types/node": "^12.12.37",
"@types/redis-mock": "^0.17.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"check-clean": "^0.1.0",
"del-cli": "^3.0.0",
"eslint": "^7.2.0",
"eslint-config-xo": "^0.31.0",
"eslint-config-xo-typescript": "^0.31.0",
"eslint-plugin-codegen": "^0.9.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^23.13.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-unicorn": "^20.1.0",
"expect-type": "^0.7.4",
"jest": "^26.0.1",
"lodash": "^4.17.14",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"redis": "^3.0.2",
"redis-mock": "^0.49.0",
"semantic-release": "^15.13.16",
"string-argv": "^0.3.1",
"ts-jest": "^26.4.1",
"ts-node": "^8.3.0",
"typescript": "^4.0.3"
"@types/cross-spawn": "6.0.2",
"@types/eslint": "7.2.4",
"@types/jest": "26.0.14",
"@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",
"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-plugin-codegen": "0.13.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-unicorn": "22.0.0",
"expect-type": "0.8.0",
"jest": "26.5.3",
"lodash": "4.17.20",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"redis": "3.0.2",
"redis-mock": "0.52.0",
"semantic-release": "17.2.1",
"string-argv": "0.3.1",
"ts-jest": "26.4.1",
"ts-node": "9.0.0",
"typescript": "4.0.3"
},

@@ -83,0 +83,0 @@ "engines": {

@@ -6,3 +6,4 @@ # handy-redis

[![codecov](https://codecov.io/gh/mmkal/handy-redis/branch/master/graph/badge.svg)](https://codecov.io/gh/mmkal/handy-redis)
[![npm version](https://badge.fury.io/js/handy-redis.svg)](https://www.npmjs.com/package/handy-redis)
[![npm](https://img.shields.io/npm/dm/handy-redis)](https://npmjs.com/package/handy-redis)
[![npm](https://img.shields.io/npm/v/handy-redis)](https://npmjs.com/package/handy-redis)

@@ -116,2 +117,6 @@ ## Motivation

## Wrong types? Raise an issue!
Since the types are autogenerated from [redis-doc](https://github.com/redis/redis-doc), which doesn't adhere to a formal schema, they might be incomplete, or in some cases, wrong. The errors are easy enough to fix, but not easy to find, so if you think you've come across a case like this, please [raise an issue](https://github.com/mmkal/handy-redis/issues).
___

@@ -118,0 +123,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