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

@replicode/redis

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replicode/redis - npm Package Compare versions

Comparing version 1.0.1 to 1.0.11

1

dist/redis.module.js

@@ -29,2 +29,3 @@ "use strict";

RedisModule = RedisModule_1 = __decorate([
(0, common_1.Global)(),
(0, common_1.Module)({})

@@ -31,0 +32,0 @@ ], RedisModule);

2

package.json
{
"name": "@replicode/redis",
"version": "1.0.01",
"version": "1.0.11",
"description": "",

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

@@ -1,5 +0,6 @@

import { DynamicModule, Module } from '@nestjs/common';
import { DynamicModule, Module, Global } from '@nestjs/common';
import { RedisService } from './redis.service';
import { RedisOptions } from './redis.options';
@Global()
@Module({})

@@ -6,0 +7,0 @@ export class RedisModule {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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