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

@softarc/native-federation

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@softarc/native-federation - npm Package Compare versions

Comparing version 2.0.20 to 2.0.21

src/lib/core/default-external-list.d.ts

4

package.json
{
"name": "@softarc/native-federation",
"version": "2.0.20",
"version": "2.0.21",
"type": "commonjs",

@@ -9,3 +9,3 @@ "license": "MIT",

"npmlog": "^6.0.2",
"@softarc/native-federation-runtime": "2.0.20"
"@softarc/native-federation-runtime": "2.0.21"
},

@@ -12,0 +12,0 @@ "types": "./src/index.d.ts",

@@ -13,2 +13,3 @@ "use strict";

const crypto_1 = tslib_1.__importDefault(require("crypto"));
const default_external_list_1 = require("./default-external-list");
function bundleShared(sharedBundles_1, config_1, fedOptions_1, externals_1) {

@@ -51,2 +52,3 @@ return tslib_1.__awaiter(this, arguments, void 0, function* (sharedBundles, config, fedOptions, externals, platform = 'browser') {

}
const additionalExternals = platform === 'browser' ? default_external_list_1.DEFAULT_EXTERNAL_LIST : [];
try {

@@ -56,3 +58,6 @@ yield (0, build_utils_1.bundle)({

tsConfigPath: fedOptions.tsConfig,
external: externals,
external: [
...additionalExternals,
...externals
],
outdir: cachePath,

@@ -90,2 +95,3 @@ mappedPaths: config.sharedMappings,

logger_1.logger.verbose(e);
throw e;
}

@@ -92,0 +98,0 @@ const outFileNames = [...exptedResults];

Sorry, the diff of this file is not supported yet

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