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
350
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.7 to 2.0.8-dev.1667046983.227a1d4

0

dist/hot-shots-options.interface.d.ts

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

"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";

26

package.json
{
"name": "nestjs-hot-shots",
"description": "Hot-shots Module for Nest.js Framework",
"version": "2.0.7",
"version": "2.0.8-dev.1667046983.227a1d4",
"scripts": {

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

"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.3",
"@commitlint/cli": "17.1.2",
"@commitlint/config-angular": "17.1.0",
"@favware/npm-deprecate": "1.0.5",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@types/node": "18.6.3",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"eslint": "8.21.0",
"@types/node": "18.11.7",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"hot-shots": "9.2.0",
"hot-shots": "9.3.0",
"husky": "8.0.1",
"prettier": "2.7.1",
"reflect-metadata": "0.1.13",
"release-it": "15.2.0",
"release-it": "15.5.0",
"rimraf": "3.0.2",
"rxjs": "7.5.6",
"typescript": "4.7.4"
"rxjs": "7.5.7",
"typescript": "4.8.4"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/common": "^8.0.0 || ^9.0.0",
"@nestjs/core": "^8.0.0 || ^9.0.0",
"hot-shots": "^9.0.0",

@@ -67,0 +67,0 @@ "reflect-metadata": "^0.1.13",

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