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.4 to 4.21.5

2

lib/commands/getset.js

@@ -9,3 +9,3 @@ "use strict";

function getset(key, val) {
var old = this.data.has(key) ? this.data.get(key) : '';
var old = this.data.has(key) ? this.data.get(key) : null;
this.data.set(key, val);

@@ -12,0 +12,0 @@ this.expires.delete(key);

@@ -67,3 +67,3 @@ {

"prettier-package-json": "^2.1.3",
"redis-commands": "^1.5.0",
"redis-commands": "^1.6.0",
"stream-mock": "^2.0.5"

@@ -124,3 +124,3 @@ },

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