🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@tsed/platform-exceptions

Package Overview
Dependencies
Maintainers
1
Versions
611
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/platform-exceptions - npm Package Compare versions

Comparing version

to
8.7.0

26

package.json

@@ -5,3 +5,3 @@ {

"type": "module",
"version": "8.6.1",
"version": "8.7.0",
"source": "./src/index.ts",

@@ -22,3 +22,3 @@ "main": "./lib/esm/index.js",

"test": "vitest run",
"build:ts": "tsc --build tsconfig.json",
"build:ts": "tsc --build tsconfig.esm.json",
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"

@@ -30,18 +30,18 @@ },

"devDependencies": {
"@tsed/barrels": "8.6.1",
"@tsed/core": "8.6.1",
"@tsed/di": "8.6.1",
"@tsed/exceptions": "8.6.1",
"@tsed/schema": "8.6.1",
"@tsed/typescript": "8.6.1",
"@tsed/barrels": "8.7.0",
"@tsed/core": "8.7.0",
"@tsed/di": "8.7.0",
"@tsed/exceptions": "8.7.0",
"@tsed/schema": "8.7.0",
"@tsed/typescript": "8.7.0",
"ajv": "^8.17.1",
"eslint": "9.12.0",
"typescript": "5.4.5",
"vitest": "2.1.2"
"vitest": "3.0.9"
},
"peerDependencies": {
"@tsed/core": ">=8.6.1",
"@tsed/di": ">=8.6.1",
"@tsed/exceptions": ">=8.6.1",
"@tsed/schema": ">=8.6.1"
"@tsed/core": ">=8.7.0",
"@tsed/di": ">=8.7.0",
"@tsed/exceptions": ">=8.7.0",
"@tsed/schema": ">=8.7.0"
},

@@ -48,0 +48,0 @@ "peerDependenciesMeta": {

Sorry, the diff of this file is not supported yet