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

nestjs-hot-shots

Package Overview
Dependencies
Maintainers
1
Versions
351
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-hot-shots - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10-dev.1670722423.1c7718a

2

dist/hot-shots-options.interface.d.ts
import { ModuleMetadata, Type } from '@nestjs/common';
import { ClientOptions } from 'hot-shots';
export declare type HotShotsModuleOptions = ClientOptions;
export type HotShotsModuleOptions = ClientOptions;
export interface HotShotsOptionsFactory {

@@ -5,0 +5,0 @@ createHotShotsOptions(): Promise<HotShotsModuleOptions> | HotShotsModuleOptions;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export declare const HOT_SHOTS_MODULE_OPTIONS = "hot-shots:module-options";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DynamicModule } from '@nestjs/common';

@@ -0,0 +0,0 @@ "use strict";

export * from './hot-shots.module';
export * from './hot-shots-options.interface';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "nestjs-hot-shots",
"description": "Hot-shots Module for Nest.js Framework",
"version": "2.0.9",
"version": "2.0.10-dev.1670722423.1c7718a",
"scripts": {

@@ -6,0 +6,0 @@ "build": "rimraf -rf dist && tsc -p tsconfig.json",

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