New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/runtime

Package Overview
Dependencies
Maintainers
8
Versions
725
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-20240228073832 to 0.0.0-next-20240301023125

1

dist/src/core.d.ts

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

loadShareSync<T>(pkgName: string, customShareInfo?: Partial<Shared>): () => T | never;
initRawContainer(name: string, url: string, container: RemoteEntryExports): Module;
private _getRemoteModuleAndOptions;

@@ -141,0 +142,0 @@ loadRemote<T>(id: string, options?: {

2

dist/src/index.d.ts

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

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

@@ -8,0 +8,0 @@ export type { FederationRuntimePlugin };

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

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240228073832"
"@module-federation/sdk": "0.0.0-next-20240301023125"
}
}

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