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
625
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-20241029093536 to 0.0.0-next-20241030074135

2

dist/package.json
{
"name": "@module-federation/runtime",
"version": "0.6.13",
"version": "0.6.14",
"author": "zhouxiao <codingzx@gmail.com>",

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

@@ -180,3 +180,3 @@ 'use strict';

globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.13";
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.14";
}

@@ -183,0 +183,0 @@ }

@@ -178,3 +178,3 @@ import { _ as _object_without_properties_loose, a as _extends } from './polyfills.esm.js';

globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.13";
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.6.14";
}

@@ -181,0 +181,0 @@ }

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

fetch: AsyncHook<[string, RequestInit], false | void | Promise<Response>>;
getModuleFactory: AsyncHook<[{
remoteEntryExports: RemoteEntryExports;
expose: string;
moduleInfo: RemoteInfo;
}], Promise<(() => Promise<Module>) | undefined>>;
}>;

@@ -65,0 +70,0 @@ constructor(userOptions: UserOptions);

@@ -75,2 +75,7 @@ import type * as IndexModule from './index';

fetch: import("./utils/hooks").AsyncHook<[string, RequestInit], false | void | Promise<Response>>;
getModuleFactory: import("./utils/hooks").AsyncHook<[{
remoteEntryExports: import("./type").RemoteEntryExports;
expose: string;
moduleInfo: import("./type").RemoteInfo;
}], Promise<(() => Promise<IndexModule.Module>) | undefined>>;
}>;

@@ -77,0 +82,0 @@ initOptions(...args: Parameters<IndexModule.FederationHost['initOptions']>): import("./type").Options;

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

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20241029093536"
"@module-federation/sdk": "0.0.0-next-20241030074135"
}
}

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