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.3 to 2.0.4

32

package.json
{
"name": "nestjs-hot-shots",
"description": "Hot-shots Module for Nest.js Framework",
"version": "2.0.3",
"version": "2.0.4",
"scripts": {
"build": "rimraf -rf dist && tsc -p tsconfig.json",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"publish:npm": "release-it",
"prepublish:dev": "npm run build",

@@ -14,3 +14,3 @@ "publish:dev": "npm publish --access public --tag dev",

"lint": "eslint --ignore-path .gitignore {integration,src}/**/*.ts",
"release": "release-it"
"test": "echo test"
},

@@ -43,12 +43,12 @@ "main": "./dist/index.js",

"devDependencies": {
"@commitlint/cli": "15.0.0",
"@commitlint/config-angular": "15.0.0",
"@favware/npm-deprecate": "^1.0.4",
"@nestjs/common": "8.2.3",
"@nestjs/core": "8.2.3",
"@types/node": "16.11.12",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@commitlint/cli": "16.1.0",
"@commitlint/config-angular": "16.0.0",
"@favware/npm-deprecate": "1.0.4",
"@nestjs/common": "8.2.6",
"@nestjs/core": "8.2.6",
"@types/node": "17.0.13",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"hot-shots": "9.0.0",
"eslint": "7.32.0",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",

@@ -59,6 +59,6 @@ "eslint-plugin-prettier": "4.0.0",

"reflect-metadata": "0.1.13",
"release-it": "^14.11.8",
"release-it": "14.12.4",
"rimraf": "3.0.2",
"rxjs": "7.4.0",
"typescript": "4.5.2"
"rxjs": "7.5.2",
"typescript": "4.5.5"
},

@@ -73,5 +73,5 @@ "peerDependencies": {

"engines": {
"node": ">=16.6.0",
"node": ">= 10.13.0",
"npm": ">=7.0.0"
}
}
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