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

nestjs-mux

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-mux - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.d.ts

2

dist/mux-core.module.d.ts
import { DynamicModule } from '@nestjs/common';
import { MuxModuleAsyncOptions, MuxModuleOptions } from './mux-options.interface';
import { MuxModuleAsyncOptions, MuxModuleOptions } from './interfaces';
export default class MuxCoreModule {

@@ -4,0 +4,0 @@ static forRoot(options: MuxModuleOptions): DynamicModule;

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

export declare const InjectMux: () => any;
declare const InjectMux: () => any;
export default InjectMux;

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

const mux_constant_1 = require("./mux.constant");
exports.InjectMux = () => common_1.Inject(mux_constant_1.MUX_TOKEN);
const InjectMux = () => common_1.Inject(mux_constant_1.MUX_TOKEN);
exports.default = InjectMux;
import { DynamicModule } from '@nestjs/common';
import { MuxModuleAsyncOptions, MuxModuleOptions } from './mux-options.interface';
import { MuxModuleAsyncOptions, MuxModuleOptions } from './interfaces';
export default class MuxModule {

@@ -4,0 +4,0 @@ static forRoot(options: MuxModuleOptions): DynamicModule;

{
"name": "nestjs-mux",
"version": "1.0.0",
"version": "1.0.1",
"description": "Mux module for NestJS.",

@@ -5,0 +5,0 @@ "keywords": [

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