Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/managers

Package Overview
Dependencies
Maintainers
8
Versions
589
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/managers - npm Package Compare versions

Comparing version 0.0.0-next-20241113082541 to 0.0.0-next-20241113100451

3

dist/index.cjs.js

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

// @ts-ignore this pkg miss types
let SharedManager = class SharedManager extends BasicPluginOptionsManager {

@@ -438,3 +439,3 @@ get enable() {

const pkgInfo = this.findPkg(sharedName, sharedOptions);
const sharedConfig = this.transformSharedConfig(sharedOptions[sharedName]);
const sharedConfig = this.transformSharedConfig(sharedOptions);
normalizedShared[sharedName] = _extends({}, sharedConfig, {

@@ -441,0 +442,0 @@ requiredVersion: typeof sharedConfig.requiredVersion !== 'undefined' ? sharedConfig.requiredVersion : `^${pkgInfo.pkg['version']}`,

@@ -355,2 +355,3 @@ import path from 'path';

// @ts-ignore this pkg miss types
let SharedManager = class SharedManager extends BasicPluginOptionsManager {

@@ -436,3 +437,3 @@ get enable() {

const pkgInfo = this.findPkg(sharedName, sharedOptions);
const sharedConfig = this.transformSharedConfig(sharedOptions[sharedName]);
const sharedConfig = this.transformSharedConfig(sharedOptions);
normalizedShared[sharedName] = _extends({}, sharedConfig, {

@@ -439,0 +440,0 @@ requiredVersion: typeof sharedConfig.requiredVersion !== 'undefined' ? sharedConfig.requiredVersion : `^${pkgInfo.pkg['version']}`,

@@ -11,3 +11,3 @@ import type { containerPlugin, ManifestModuleInfos, moduleFederationPlugin } from '@module-federation/sdk';

get exposeFileNameImportMap(): Record<string, string[]>;
get exposeObject(): Record<string, string>;
get exposeObject(): Record<string, string[]>;
get exposeFiles(): string[];

@@ -14,0 +14,0 @@ get manifestModuleInfos(): ManifestModuleInfos;

{
"name": "@module-federation/managers",
"version": "0.0.0-next-20241113082541",
"version": "0.0.0-next-20241113100451",
"license": "MIT",

@@ -24,3 +24,3 @@ "description": "Provide managers for helping handle mf data .",

"fs-extra": "9.1.0",
"@module-federation/sdk": "0.0.0-next-20241113082541"
"@module-federation/sdk": "0.0.0-next-20241113100451"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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