Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/runtime

Package Overview
Dependencies
Maintainers
8
Versions
616
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime - npm Package Compare versions

Comparing version 0.0.0-next-20240918080432 to 0.0.0-next-20240919023345

4

dist/src/core.d.ts

@@ -1,2 +0,2 @@

import type { CreateScriptHookReturn, ModuleInfo } from '@module-federation/sdk';
import type { CreateScriptHookReturn } from '@module-federation/sdk';
import { Options, PreloadRemoteArgs, RemoteEntryExports, Remote, Shared, ShareInfos, UserOptions, RemoteInfo, ShareScopeMap, InitScope, RemoteEntryInitOptions, CallFrom } from './type';

@@ -35,4 +35,2 @@ import { Module } from './module';

origin: FederationHost;
id: string;
remoteSnapshot?: ModuleInfo;
}>;

@@ -39,0 +37,0 @@ }>;

@@ -7,3 +7,2 @@ import { FederationHost } from './core';

export { loadScript, loadScriptNode } from '@module-federation/sdk';
export { Module } from './module';
export type { Federation } from './global';

@@ -10,0 +9,0 @@ export type { FederationRuntimePlugin };

@@ -1,2 +0,1 @@

import { ModuleInfo } from '@module-federation/sdk';
import { FederationHost } from '../core';

@@ -18,5 +17,5 @@ import { RemoteEntryExports, RemoteInfo } from '../type';

loadFactory?: boolean;
}, remoteSnapshot?: ModuleInfo): Promise<any>;
}): Promise<any>;
private wraperFactory;
}
export { Module };

@@ -47,3 +47,3 @@ import { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk';

}], void>;
handlePreloadModule: SyncHook<[{
handlePreloadModule: SyncHook<{
id: string;

@@ -55,3 +55,3 @@ name: string;

origin: FederationHost;
}], void>;
}, void>;
errorLoadRemote: AsyncHook<[{

@@ -58,0 +58,0 @@ id: string;

{
"name": "@module-federation/runtime",
"version": "0.0.0-next-20240918080432",
"version": "0.0.0-next-20240919023345",
"author": "zhouxiao <codingzx@gmail.com>",

@@ -53,4 +53,4 @@ "main": "./dist/index.cjs.js",

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240918080432"
"@module-federation/sdk": "0.0.0-next-20240919023345"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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