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 1.1.0 to 1.1.1

3

CHANGELOG.md
# Mikro ORM - Redis cache adapter - Changelog
## 1.1.1
- Remove log
## 1.1.0

@@ -4,0 +7,0 @@ - Ignore cache when redis is not connected

1

dist/index.cjs.js

@@ -107,3 +107,2 @@ 'use strict';

case 0:
console.log('set', this.connected);
if (!this.connected)

@@ -110,0 +109,0 @@ return [2 /*return*/, undefined];

@@ -99,3 +99,2 @@ import IORedis from 'ioredis';

case 0:
console.log('set', this.connected);
if (!this.connected)

@@ -102,0 +101,0 @@ return [2 /*return*/, undefined];

{
"name": "mikro-orm-cache-adapter-redis",
"version": "1.1.0",
"version": "1.1.1",
"description": "A redis cache adapter for mikro-orm",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

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