Socket
Socket
Sign inDemoInstall

@ioredis/commands

Package Overview
Dependencies
0
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.1.0

4

built/index.js

@@ -66,2 +66,6 @@ "use strict";

case "evalsha":
case "eval_ro":
case "evalsha_ro":
case "fcall":
case "fcall_ro":
const keyStop = Number(args[1]) + 2;

@@ -68,0 +72,0 @@ for (let i = 2; i < keyStop; i++) {

2

package.json
{
"name": "@ioredis/commands",
"version": "1.0.2",
"version": "1.1.0",
"description": "Redis commands",

@@ -5,0 +5,0 @@ "main": "built/index.js",

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