New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/managers

Package Overview
Dependencies
Maintainers
8
Versions
597
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-20241113075051 to 0.0.0-next-20241113082541

dist/package.json

3

dist/index.cjs.js

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

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

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

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

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

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

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

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

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

@@ -440,0 +439,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-20241113075051",
"version": "0.0.0-next-20241113082541",
"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-20241113075051"
"@module-federation/sdk": "0.0.0-next-20241113082541"
},

@@ -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