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

@xnestjs/redisess

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

@xnestjs/redisess - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

4

cjs/redisess.interface.d.ts

@@ -1,2 +0,2 @@

import Redis from 'ioredis';
import Redis, { Cluster } from 'ioredis';
import { SessionManager } from 'redisess';

@@ -10,3 +10,3 @@ import { Type } from '@nestjs/common';

name?: string;
client: Redis;
client: Redis | Cluster;
}

@@ -13,0 +13,0 @@ export interface RedisessModuleOptionsFactory {

{
"name": "@xnestjs/redisess",
"version": "0.3.0",
"version": "0.4.0",
"description": "NestJS extension library for redisess",

@@ -29,3 +29,3 @@ "author": "Panates",

"@nestjs/common": ">=8.0.0",
"redisess": "^2.1.1"
"redisess": "^2.2.0"
},

@@ -32,0 +32,0 @@ "type": "module",

@@ -1,2 +0,2 @@

import Redis from 'ioredis';
import Redis, { Cluster } from 'ioredis';
import { SessionManager } from 'redisess';

@@ -10,3 +10,3 @@ import { Type } from '@nestjs/common';

name?: string;
client: Redis;
client: Redis | Cluster;
}

@@ -13,0 +13,0 @@ export interface RedisessModuleOptionsFactory {

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