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-canary-1702467548140 to 0.0.0-canary-1702522677984

4

package.json
{
"name": "@module-federation/runtime",
"version": "0.0.0-canary-1702467548140",
"version": "0.0.0-canary-1702522677984",
"author": "zhouxiao <codingzx@gmail.com>",

@@ -37,5 +37,5 @@ "main": "./index.cjs.js",

"dependencies": {
"@module-federation/sdk": "0.0.0-canary-1702467548140"
"@module-federation/sdk": "0.0.0-canary-1702522677984"
},
"peerDependencies": {}
}

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

}], void>;
beforeRequest: AsyncWaterfallHook<{
beforeLoadRemote: AsyncWaterfallHook<{
id: string;

@@ -35,4 +35,4 @@ options: Options;

}>;
afterResolve: AsyncWaterfallHook<LoadRemoteMatch>;
onLoad: AsyncHook<[{
loadRemoteMatch: AsyncWaterfallHook<LoadRemoteMatch>;
loadRemote: AsyncHook<[{
id: string;

@@ -64,3 +64,8 @@ expose: string;

}>;
loadShare: AsyncHook<[FederationHost, string, ShareInfos], false | void | Promise<false | void>>;
loadShare: AsyncHook<[{
origin: FederationHost;
pkgName: string;
shareInfo?: Shared | undefined;
shared: Shared;
}], false | void | Promise<false | void>>;
beforePreloadRemote: AsyncHook<{

@@ -67,0 +72,0 @@ preloadOps: Array<PreloadRemoteArgs>;

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