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.18.6 to 4.19.0

lib/commands/info.js

12

lib/commands/index.js

@@ -559,2 +559,14 @@ "use strict";

var _info = require("./info");
Object.keys(_info).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _info[key];
}
});
});
var _keys = require("./keys");

@@ -561,0 +573,0 @@

2

package.json

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

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