You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@modern-js/types

Package Overview
Dependencies
Maintainers
14
Versions
3144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.54.6 to 2.55.0

9

cli/index.d.ts

@@ -32,3 +32,12 @@ import type { Merge } from 'type-fest';

isAutoMount?: boolean;
/**
* @deprecated
* Using customEntry instead.
*/
customBootstrap?: string | false;
customEntry?: boolean;
customServerEntry?: string | false;
fileSystemRoutes?: {

@@ -35,0 +44,0 @@ globalApp?: string | false;

6

package.json

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

],
"version": "2.54.6",
"version": "2.55.0",
"types": "./index.d.ts",

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

"type-fest": "2.15.0",
"@scripts/build": "2.54.6",
"@scripts/jest-config": "2.54.6"
"@scripts/build": "2.55.0",
"@scripts/jest-config": "2.55.0"
},

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

@@ -106,3 +106,3 @@ import type { IncomingMessage, ServerResponse } from 'http';

req: IncomingMessage,
) => Promise<CacheControl> | CacheControl;
) => Promise<CacheControl | false> | CacheControl | false;

@@ -109,0 +109,0 @@ export type CacheOption =

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc