Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mikro-orm-cache-adapter-redis

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mikro-orm-cache-adapter-redis - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

dist/RedisCacheAdapter.js

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

var _a = options.debug, debug = _a === void 0 ? false : _a, redisOpt = __rest(options, ["debug"]);
this.client = new ioredis_1.default(options);
this.client = new ioredis_1.default(redisOpt);
this.debug = debug;

@@ -61,0 +61,0 @@ }

{
"name": "mikro-orm-cache-adapter-redis",
"version": "0.1.3",
"version": "0.1.4",
"description": "A redis cache adapter for mikro-orm",

@@ -15,2 +15,3 @@ "main": "dist/index.js",

"dependencies": {
"@types/ioredis": "^4.19.1",
"ioredis": "^4.19.4"

@@ -20,3 +21,2 @@ },

"@mikro-orm/core": "^4.3.4",
"@types/ioredis": "^4.19.1",
"typescript": "^4.1.3"

@@ -23,0 +23,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