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

@module-federation/sdk

Package Overview
Dependencies
Maintainers
8
Versions
621
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/sdk - npm Package Compare versions

Comparing version 0.0.0-next-20240321102113 to 0.0.0-next-20240321124455

2

dist/index.cjs.js

@@ -511,2 +511,4 @@ 'use strict';

remoteTypes: simpleJoinRemoteEntry(remoteTypes.path, remoteTypes.name),
remoteTypesZip: simpleJoinRemoteEntry(remoteTypes.zipPath, remoteTypes.zipName),
remoteTypesAPI: simpleJoinRemoteEntry(remoteTypes.apiTypesPath, remoteTypes.apiTypesName),
remotesInfo: remotesInfo,

@@ -513,0 +515,0 @@ shared: manifest === null || manifest === void 0 ? void 0 : manifest.shared.map(function(item) {

@@ -507,2 +507,4 @@ function _define_property$3(obj, key, value) {

remoteTypes: simpleJoinRemoteEntry(remoteTypes.path, remoteTypes.name),
remoteTypesZip: simpleJoinRemoteEntry(remoteTypes.zipPath, remoteTypes.zipName),
remoteTypesAPI: simpleJoinRemoteEntry(remoteTypes.apiTypesPath, remoteTypes.apiTypesName),
remotesInfo: remotesInfo,

@@ -509,0 +511,0 @@ shared: manifest === null || manifest === void 0 ? void 0 : manifest.shared.map(function(item) {

@@ -12,2 +12,4 @@ import { RemoteEntryType, StatsAssets } from './stats';

remoteTypes: string;
remoteTypesZip: string;
remoteTypesAPI?: string;
remotesInfo: Record<string, {

@@ -14,0 +16,0 @@ matchedVersion: string;

2

package.json
{
"name": "@module-federation/sdk",
"version": "0.0.0-next-20240321102113",
"version": "0.0.0-next-20240321124455",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A sdk for support module federation",

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