Socket
Socket
Sign inDemoInstall

@modern-js/types

Package Overview
Dependencies
0
Maintainers
14
Versions
2897
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-next-20240514071910 to 0.0.0-next-20240515062531

6

package.json

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

],
"version": "0.0.0-next-20240514071910",
"version": "0.0.0-next-20240515062531",
"types": "./index.d.ts",

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

"type-fest": "2.15.0",
"@scripts/build": "0.0.0-next-20240514071910",
"@scripts/jest-config": "0.0.0-next-20240514071910"
"@scripts/build": "0.0.0-next-20240515062531",
"@scripts/jest-config": "0.0.0-next-20240515062531"
},

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

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

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

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

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

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

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

export * from './devServer';
export * from './middleware';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc