Socket
Socket
Sign inDemoInstall

@tsed/platform-express

Package Overview
Dependencies
Maintainers
0
Versions
833
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsed/platform-express - npm Package Compare versions

Comparing version 7.82.2 to 7.82.3

14

lib/cjs/components/PlatformExpress.js

@@ -22,12 +22,12 @@ "use strict";

let PlatformExpress = PlatformExpress_1 = class PlatformExpress extends common_1.PlatformAdapter {
static NAME = "express";
providers = [
{
provide: common_1.PlatformHandler,
useClass: PlatformExpressHandler_js_1.PlatformExpressHandler
}
];
static { this.NAME = "express"; }
#multer;
constructor(injector) {
super(injector);
this.providers = [
{
provide: common_1.PlatformHandler,
useClass: PlatformExpressHandler_js_1.PlatformExpressHandler
}
];
Promise.resolve().then(() => tslib_1.__importStar(require("multer"))).then(({ default: multer }) => (this.#multer = multer));

@@ -34,0 +34,0 @@ }

@@ -19,12 +19,12 @@ var PlatformExpress_1;

let PlatformExpress = PlatformExpress_1 = class PlatformExpress extends PlatformAdapter {
static NAME = "express";
providers = [
{
provide: PlatformHandler,
useClass: PlatformExpressHandler
}
];
static { this.NAME = "express"; }
#multer;
constructor(injector) {
super(injector);
this.providers = [
{
provide: PlatformHandler,
useClass: PlatformExpressHandler
}
];
import("multer").then(({ default: multer }) => (this.#multer = multer));

@@ -31,0 +31,0 @@ }

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

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

@@ -63,9 +63,9 @@ "main": "./lib/cjs/index.js",

"devDependencies": {
"@tsed/barrels": "7.82.2",
"@tsed/common": "7.82.2",
"@tsed/core": "7.82.2",
"@tsed/di": "7.82.2",
"@tsed/platform-test-sdk": "7.82.2",
"@tsed/platform-views": "7.82.2",
"@tsed/typescript": "7.82.2",
"@tsed/barrels": "7.82.3",
"@tsed/common": "7.82.3",
"@tsed/core": "7.82.3",
"@tsed/di": "7.82.3",
"@tsed/platform-test-sdk": "7.82.3",
"@tsed/platform-views": "7.82.3",
"@tsed/typescript": "7.82.3",
"@types/body-parser": "1.19.5",

@@ -90,10 +90,10 @@ "@types/compression": "1.7.5",

"peerDependencies": {
"@tsed/common": "7.82.2",
"@tsed/core": "7.82.2",
"@tsed/di": "7.82.2",
"@tsed/json-mapper": "7.82.2",
"@tsed/common": "7.82.3",
"@tsed/core": "7.82.3",
"@tsed/di": "7.82.3",
"@tsed/json-mapper": "7.82.3",
"@tsed/logger": ">=6.7.5",
"@tsed/openspec": "7.82.2",
"@tsed/platform-views": "7.82.2",
"@tsed/schema": "7.82.2",
"@tsed/openspec": "7.82.3",
"@tsed/platform-views": "7.82.3",
"@tsed/schema": "7.82.3",
"@types/multer": "^1.4.5",

@@ -100,0 +100,0 @@ "body-parser": "^1.19.0",

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