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
656
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-20241105035816 to 0.0.0-next-20241105061413

1

dist/helpers.cjs.js

@@ -12,3 +12,2 @@ 'use strict';

nativeGlobal: share.nativeGlobal,
globalLoading: share.globalLoading,
resetFederationGlobalInfo: share.resetFederationGlobalInfo,

@@ -15,0 +14,0 @@ getGlobalFederationInstance: share.getGlobalFederationInstance,

3

dist/helpers.esm.js

@@ -1,2 +0,2 @@

import { g as getRegisteredShare, a as getGlobalShareScope, G as Global, n as nativeGlobal, b as globalLoading, r as resetFederationGlobalInfo, c as getGlobalFederationInstance, s as setGlobalFederationInstance, d as getGlobalFederationConstructor, e as setGlobalFederationConstructor, f as getInfoWithoutType, h as getGlobalSnapshot, i as getTargetSnapshotInfoByModuleInfo, j as getGlobalSnapshotInfoByModuleInfo, k as setGlobalSnapshotInfoByModuleInfo, l as addGlobalSnapshot, m as getRemoteEntryExports, o as registerGlobalPlugins, p as getGlobalHostPlugins, q as getPreloaded, t as setPreloaded } from './share.esm.js';
import { g as getRegisteredShare, a as getGlobalShareScope, G as Global, n as nativeGlobal, r as resetFederationGlobalInfo, b as getGlobalFederationInstance, s as setGlobalFederationInstance, c as getGlobalFederationConstructor, d as setGlobalFederationConstructor, e as getInfoWithoutType, f as getGlobalSnapshot, h as getTargetSnapshotInfoByModuleInfo, i as getGlobalSnapshotInfoByModuleInfo, j as setGlobalSnapshotInfoByModuleInfo, k as addGlobalSnapshot, l as getRemoteEntryExports, m as registerGlobalPlugins, o as getGlobalHostPlugins, p as getPreloaded, q as setPreloaded } from './share.esm.js';

@@ -10,3 +10,2 @@ const ShareUtils = {

nativeGlobal,
globalLoading,
resetFederationGlobalInfo,

@@ -13,0 +12,0 @@ getGlobalFederationInstance,

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

export { isPlainObject as A, isRemoteInfoWithEntry as B, isPureRemoteEntry as C, DEFAULT_REMOTE_TYPE as D, getRemoteEntryInfoFromSnapshot as E, arrayOptions as F, Global as G, formatShareConfigs as H, getTargetSharedOptions as I, addUniqueItem as J, logger as K, getBuilderId as L, getGlobalShareScope as a, globalLoading as b, getGlobalFederationInstance as c, getGlobalFederationConstructor as d, setGlobalFederationConstructor as e, getInfoWithoutType as f, getRegisteredShare as g, getGlobalSnapshot as h, getTargetSnapshotInfoByModuleInfo as i, getGlobalSnapshotInfoByModuleInfo as j, setGlobalSnapshotInfoByModuleInfo as k, addGlobalSnapshot as l, getRemoteEntryExports as m, nativeGlobal as n, registerGlobalPlugins as o, getGlobalHostPlugins as p, getPreloaded as q, resetFederationGlobalInfo as r, setGlobalFederationInstance as s, setPreloaded as t, DEFAULT_SCOPE as u, assert as v, error as w, getFMId as x, isObject as y, warn as z };
export { isPlainObject as A, isRemoteInfoWithEntry as B, isPureRemoteEntry as C, DEFAULT_REMOTE_TYPE as D, getRemoteEntryInfoFromSnapshot as E, arrayOptions as F, Global as G, formatShareConfigs as H, getTargetSharedOptions as I, addUniqueItem as J, logger as K, getBuilderId as L, getGlobalShareScope as a, getGlobalFederationInstance as b, getGlobalFederationConstructor as c, setGlobalFederationConstructor as d, getInfoWithoutType as e, getGlobalSnapshot as f, getRegisteredShare as g, getTargetSnapshotInfoByModuleInfo as h, getGlobalSnapshotInfoByModuleInfo as i, setGlobalSnapshotInfoByModuleInfo as j, addGlobalSnapshot as k, getRemoteEntryExports as l, registerGlobalPlugins as m, nativeGlobal as n, getGlobalHostPlugins as o, getPreloaded as p, setPreloaded as q, resetFederationGlobalInfo as r, setGlobalFederationInstance as s, globalLoading as t, DEFAULT_SCOPE as u, assert as v, error as w, getFMId as x, isObject as y, warn as z };

@@ -1,2 +0,2 @@

import { globalLoading, resetFederationGlobalInfo, getGlobalFederationInstance, setGlobalFederationInstance, getGlobalFederationConstructor, setGlobalFederationConstructor, getInfoWithoutType, getGlobalSnapshot, getTargetSnapshotInfoByModuleInfo, getGlobalSnapshotInfoByModuleInfo, setGlobalSnapshotInfoByModuleInfo, addGlobalSnapshot, getRemoteEntryExports, registerGlobalPlugins, getGlobalHostPlugins, getPreloaded, setPreloaded, Global } from './global';
import { resetFederationGlobalInfo, getGlobalFederationInstance, setGlobalFederationInstance, getGlobalFederationConstructor, setGlobalFederationConstructor, getInfoWithoutType, getGlobalSnapshot, getTargetSnapshotInfoByModuleInfo, getGlobalSnapshotInfoByModuleInfo, setGlobalSnapshotInfoByModuleInfo, addGlobalSnapshot, getRemoteEntryExports, registerGlobalPlugins, getGlobalHostPlugins, getPreloaded, setPreloaded, Global } from './global';
import { getRegisteredShare, getGlobalShareScope } from './utils/share';

@@ -10,3 +10,2 @@ interface IShareUtils {

nativeGlobal: typeof global;
globalLoading: typeof globalLoading;
resetFederationGlobalInfo: typeof resetFederationGlobalInfo;

@@ -13,0 +12,0 @@ getGlobalFederationInstance: typeof getGlobalFederationInstance;

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

loadEntry: AsyncHook<[{
createScriptHook: FederationHost["loaderHook"]["lifecycle"]["createScript"];
loaderHook: FederationHost["loaderHook"];
remoteInfo: RemoteInfo;

@@ -85,0 +85,0 @@ remoteEntryExports?: RemoteEntryExports;

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

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20241105035816",
"@module-federation/sdk": "0.0.0-next-20241105061413",
"@module-federation/error-codes": "0.6.14"
}
}

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