Socket
Socket
Sign inDemoInstall

@modern-js/types

Package Overview
Dependencies
Maintainers
14
Versions
3257
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 0.0.0-next-20240617070535 to 0.0.0-next-20240617090621

5

cli/index.d.ts

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

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

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

7

common/index.d.ts

@@ -8,9 +8,2 @@ export * from './babel';

export type ServerPlugin = {
/** The plugin package.json's name */
name: string;
options?: Record<string, any>;
};
export type SSRMode = 'string' | 'stream';

6

package.json

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

],
"version": "0.0.0-next-20240617070535",
"version": "0.0.0-next-20240617090621",
"types": "./index.d.ts",

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

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

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

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