Socket
Socket
Sign inDemoInstall

@module-federation/runtime

Package Overview
Dependencies
Maintainers
8
Versions
524
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 1.0.1-canary.1 to 1.1.0-canary.1

2

package.json
{
"name": "@module-federation/runtime",
"version": "1.0.1-canary.1",
"version": "1.1.0-canary.1",
"author": "zhouxiao <codingzx@gmail.com>",

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

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

Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.1';
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.1-canary.1';
}

@@ -174,0 +174,0 @@ }

@@ -169,3 +169,3 @@ function getBuilderId() {

Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.1';
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.1-canary.1';
}

@@ -172,0 +172,0 @@ }

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

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

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

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

@@ -99,2 +99,3 @@ expose: string;

}], void | HTMLScriptElement>;
fetch: AsyncHook<[string, RequestInit], false | void | Promise<Response>>;
}>;

@@ -101,0 +102,0 @@ loadingShare: {

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

}>;
loaderHook: FederationHost['loaderHook'];
manifestLoading: Record<string, Promise<ModuleInfo>>;

@@ -33,0 +34,0 @@ constructor(HostInstance: FederationHost);

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