Socket
Socket
Sign inDemoInstall

@modern-js/types

Package Overview
Dependencies
Maintainers
14
Versions
3255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modern-js/types - npm Package Compare versions

Comparing version 2.49.4 to 2.50.0

server/middleware.d.ts

6

package.json

@@ -18,3 +18,3 @@ {

],
"version": "2.49.4",
"version": "2.50.0",
"types": "./index.d.ts",

@@ -49,4 +49,4 @@ "exports": {

"type-fest": "2.15.0",
"@scripts/build": "2.49.4",
"@scripts/jest-config": "2.49.4"
"@scripts/build": "2.50.0",
"@scripts/jest-config": "2.50.0"
},

@@ -53,0 +53,0 @@ "sideEffects": false,

@@ -11,2 +11,6 @@ import {

export interface RequestPayload {
[key: string]: unknown;
}
export interface ModernServerContext {

@@ -83,2 +87,3 @@ req: IncomingMessage;

entryName: string;
loaderContext: Map<string, unknown>;
logger: Logger;

@@ -85,0 +90,0 @@ serverTiming: ServerTiming;

@@ -7,1 +7,2 @@ export * from './context';

export * from './devServer';
export * from './middleware';
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