Socket
Socket
Sign inDemoInstall

@tsed/platform-exceptions

Package Overview
Dependencies
Maintainers
0
Versions
504
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 7.82.2 to 7.82.3

1

lib/cjs/errors/ResourceNotFound.js

@@ -6,3 +6,2 @@ "use strict";

class ResourceNotFound extends exceptions_1.NotFound {
url;
constructor(url) {

@@ -9,0 +8,0 @@ super(`Resource "${url}" not found`);

5

lib/cjs/services/PlatformExceptions.js

@@ -19,4 +19,5 @@ "use strict";

let PlatformExceptions = class PlatformExceptions {
types = new Map();
injector;
constructor() {
this.types = new Map();
}
$onInit() {

@@ -23,0 +24,0 @@ ExceptionFiltersContainer_js_1.ExceptionFiltersContainer.forEach((token, type) => {

import { NotFound } from "@tsed/exceptions";
export class ResourceNotFound extends NotFound {
url;
constructor(url) {

@@ -5,0 +4,0 @@ super(`Resource "${url}" not found`);

@@ -16,4 +16,5 @@ import { __decorate, __metadata } from "tslib";

let PlatformExceptions = class PlatformExceptions {
types = new Map();
injector;
constructor() {
this.types = new Map();
}
$onInit() {

@@ -20,0 +21,0 @@ ExceptionFiltersContainer.forEach((token, type) => {

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

"type": "commonjs",
"version": "7.82.2",
"version": "7.82.3",
"source": "./src/index.ts",

@@ -30,8 +30,8 @@ "main": "./lib/cjs/index.js",

"devDependencies": {
"@tsed/barrels": "7.82.2",
"@tsed/core": "7.82.2",
"@tsed/di": "7.82.2",
"@tsed/exceptions": "7.82.2",
"@tsed/schema": "7.82.2",
"@tsed/typescript": "7.82.2",
"@tsed/barrels": "7.82.3",
"@tsed/core": "7.82.3",
"@tsed/di": "7.82.3",
"@tsed/exceptions": "7.82.3",
"@tsed/schema": "7.82.3",
"@tsed/typescript": "7.82.3",
"eslint": "^8.57.0",

@@ -42,6 +42,6 @@ "typescript": "4.9.5",

"peerDependencies": {
"@tsed/core": "7.82.2",
"@tsed/di": "7.82.2",
"@tsed/exceptions": "7.82.2",
"@tsed/schema": "7.82.2"
"@tsed/core": "7.82.3",
"@tsed/di": "7.82.3",
"@tsed/exceptions": "7.82.3",
"@tsed/schema": "7.82.3"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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