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.1 to 7.82.2

4

lib/cjs/components/PlatformExpress.js

@@ -32,3 +32,3 @@ "use strict";

super(injector);
import("multer").then(({ default: multer }) => (this.#multer = multer));
Promise.resolve().then(() => tslib_1.__importStar(require("multer"))).then(({ default: multer }) => (this.#multer = multer));
}

@@ -178,3 +178,3 @@ /**

if (exists && !disabled) {
const { PlatformViews } = await require("@tsed/platform-views");
const { PlatformViews } = await Promise.resolve().then(() => tslib_1.__importStar(require("@tsed/platform-views")));
const platformViews = injector.get(PlatformViews);

@@ -181,0 +181,0 @@ const express = app.getApp();

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

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

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

"devDependencies": {
"@tsed/barrels": "7.82.1",
"@tsed/common": "7.82.1",
"@tsed/core": "7.82.1",
"@tsed/di": "7.82.1",
"@tsed/platform-test-sdk": "7.82.1",
"@tsed/platform-views": "7.82.1",
"@tsed/typescript": "7.82.1",
"@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",
"@types/body-parser": "1.19.5",

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

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

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

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