Socket
Socket
Sign inDemoInstall

handy-redis

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

handy-redis - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

package.json
{
"name": "handy-redis",
"version": "1.2.0",
"version": "1.3.0",
"description": "A wrapper around node_redis with Promise and TypeScript support.",

@@ -50,3 +50,3 @@ "main": "dist/index.js",

"@types/redis": "^0.12.36",
"redis": "^2.7.1"
"redis": "^2.8.0"
},

@@ -53,0 +53,0 @@ "devDependencies": {

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

`npm test` triggers `npm run build` before running the tests - and the `build` script generates the client before using TypeScript to compile it.
`npm test` triggers `npm run build` before running the tests - and the `build` script generates the client before using TypeScript to compile it. If you want to run the tests without rebuilding, use `npx ava`.

@@ -88,0 +88,0 @@ If you cloned without `--recursive` you'll need to run `git submodule update --init` to get the redis-doc repo locally.

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

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