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
587
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-20240225075926 to 0.0.0-next-20240226093820

2

dist/index.cjs.js

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

try {
parsedOptions = sdk.parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo));
parsedOptions = sdk.parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo), "", "@");
} catch (e) {

@@ -894,0 +894,0 @@ // noop

@@ -880,3 +880,3 @@ import path from 'path';

try {
parsedOptions = parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo));
parsedOptions = parseEntry(typeof remoteInfo === "string" ? remoteInfo : getEntry(remoteInfo), "", "@");
} catch (e) {

@@ -883,0 +883,0 @@ // noop

{
"name": "@module-federation/managers",
"version": "0.0.0-next-20240225075926",
"version": "0.0.0-next-20240226093820",
"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-20240225075926"
"@module-federation/sdk": "0.0.0-next-20240226093820"
},

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