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-20240108071116 to 0.0.0-next-20240108101321

6

dist/share.cjs.js

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

function isDebugMode() {
return Boolean('');
return Boolean("");
}

@@ -175,3 +175,3 @@ function isBrowserEnv() {

globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.7';
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.7";
}

@@ -718,4 +718,2 @@ }

}
// Details about shared resources
// TODO: Implement strictVersion for alignment with module federation.
function getRegisteredShare(localShareScopeMap, pkgName, shareInfo, resolveShare) {

@@ -722,0 +720,0 @@ if (!localShareScopeMap) {

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

function isDebugMode() {
return Boolean('');
return Boolean("");
}

@@ -173,3 +173,3 @@ function isBrowserEnv() {

globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.7';
globalThis.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = "0.0.7";
}

@@ -716,4 +716,2 @@ }

}
// Details about shared resources
// TODO: Implement strictVersion for alignment with module federation.
function getRegisteredShare(localShareScopeMap, pkgName, shareInfo, resolveShare) {

@@ -720,0 +718,0 @@ if (!localShareScopeMap) {

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

}>;
initContainerShareScopeMap: AsyncWaterfallHook<{
shareScope: ShareScopeMap[string];
options: Options;
origin: FederationHost;
}>;
initContainer: AsyncWaterfallHook<{

@@ -109,3 +114,2 @@ shareScope: ShareScopeMap[string];

}>;
releaseNumber: string;
version: string;

@@ -112,0 +116,0 @@ name: string;

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

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240108071116"
"@module-federation/sdk": "0.0.0-next-20240108101321"
}
}

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