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

@module-federation/sdk

Package Overview
Dependencies
Maintainers
8
Versions
721
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-20240321142841 to 0.0.0-next-20240322034056

4

dist/index.cjs.js

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

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

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

@@ -507,4 +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) || "",
remoteTypesZip: remoteTypes.zip || "",
remoteTypesAPI: remoteTypes.api || "",
remotesInfo: remotesInfo,

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

@@ -15,6 +15,4 @@ import type { RemoteWithEntry, RemoteWithVersion } from './common';

name: string;
apiTypesName: string;
apiTypesPath: string;
zipName: string;
zipPath: string;
api: string;
zip: string;
}

@@ -21,0 +19,0 @@ export interface BasicStatsMetaData {

{
"name": "@module-federation/sdk",
"version": "0.0.0-next-20240321142841",
"version": "0.0.0-next-20240322034056",
"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