New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ioredis-mock

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ioredis-mock - npm Package Compare versions

Comparing version 4.21.5 to 4.21.6

11

lib/commands/ltrim.js

@@ -16,13 +16,4 @@ "use strict";

var list = this.data.get(key) || [];
if (start < 0) {
start = list.length + start;
}
if (end < 0) {
end = list.length + end;
}
this.data.set(key, list.slice(start, end + 1));
this.data.set(key, list.slice(start, end + 1 || undefined));
return 'OK';
}

2

package.json

@@ -123,3 +123,3 @@ {

"runkitExampleFilename": "example.js",
"version": "4.21.5"
"version": "4.21.6"
}
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