Socket
Socket
Sign inDemoInstall

@tsed/exceptions

Package Overview
Dependencies
Maintainers
0
Versions
829
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/exceptions - npm Package Compare versions

Comparing version 7.79.4 to 7.80.0

lib/types-esm/clientErrors/BadMapping.d.ts

26

package.json
{
"name": "@tsed/exceptions",
"version": "7.79.4",
"description": "HTTP exceptions module for Ts.ED Framework and other pure Express application",
"type": "commonjs",
"version": "7.80.0",
"source": "./src/index.ts",

@@ -10,6 +11,7 @@ "main": "./lib/cjs/index.js",

"exports": {
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js",
"default": "./lib/esm/index.js"
".": {
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/cjs/index.js"
}
},

@@ -19,4 +21,5 @@ "scripts": {

"barrels": "barrels",
"test": "jest --max-workers=2 && jest-coverage-thresholds-bumper",
"build:ts": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json"
"test": "vitest run",
"build:ts": "tsc --build tsconfig.json",
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},

@@ -29,10 +32,11 @@ "dependencies": {

"devDependencies": {
"@tsed/barrels": "7.79.4",
"@tsed/typescript": "7.79.4",
"@tsed/barrels": "7.80.0",
"@tsed/typescript": "7.80.0",
"@types/statuses": "2.0.5",
"eslint": "^8.57.0",
"jest": "^29.7.0"
"typescript": "4.9.5",
"vitest": "2.0.4"
},
"peerDependencies": {
"@tsed/core": "7.79.4"
"@tsed/core": "7.80.0"
},

@@ -39,0 +43,0 @@ "repository": "https://github.com/tsedio/tsed",

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