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.8.3 to 4.9.0

lib/commands/ltrim.js

12

lib/commands/index.js

@@ -643,2 +643,14 @@ 'use strict';

var _ltrim = require('./ltrim');
Object.keys(_ltrim).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _ltrim[key];
}
});
});
var _mget = require('./mget');

@@ -645,0 +657,0 @@

2

package.json

@@ -119,3 +119,3 @@ {

"runkitExampleFilename": "example.js",
"version": "4.8.3"
"version": "4.9.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