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
650
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-20241112032845 to 0.0.0-next-20241112074706

1

dist/src/core.d.ts

@@ -89,3 +89,2 @@ import type { CreateScriptHookReturn, ModuleInfo } from '@module-federation/sdk';

from: CallFrom;
shareScope?: string;
}): Promise<T | null>;

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

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

from: CallFrom;
shareScope?: string;
}): Promise<T | null>;

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

6

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

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20241112032845",
"@module-federation/error-codes": "0.0.0-next-20241112032845"
"@module-federation/sdk": "0.0.0-next-20241112074706",
"@module-federation/error-codes": "0.0.0-next-20241112074706"
}
}

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

Sorry, the diff of this file is not supported yet

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