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
657
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-20231225095220 to 0.0.0-next-20231228055514

3

dist/src/core.d.ts

@@ -56,2 +56,4 @@ import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk';

error: unknown;
from: 'build' | 'runtime';
origin: FederationHost;
}], void>;

@@ -119,2 +121,3 @@ beforeLoadShare: AsyncWaterfallHook<{

loadFactory?: boolean;
from: 'build' | 'runtime';
}): Promise<T | null>;

@@ -121,0 +124,0 @@ preloadRemote(preloadOptions: Array<PreloadRemoteArgs>): Promise<void>;

4

package.json
{
"name": "@module-federation/runtime",
"version": "0.0.0-next-20231225095220",
"version": "0.0.0-next-20231228055514",
"author": "zhouxiao <codingzx@gmail.com>",

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20231225095220"
"@module-federation/sdk": "0.0.0-next-20231228055514"
}
}

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