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

@angular-architects/native-federation

Package Overview
Dependencies
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-architects/native-federation - npm Package Compare versions

Comparing version 19.0.7 to 19.0.9

6

package.json
{
"name": "@angular-architects/native-federation",
"version": "19.0.7",
"version": "19.0.9",
"main": "src/index.js",

@@ -23,4 +23,4 @@ "generators": "./collection.json",

"@babel/core": "^7.19.0",
"@softarc/native-federation": "2.0.20",
"@softarc/native-federation-runtime": "2.0.20",
"@softarc/native-federation": "2.0.21",
"@softarc/native-federation-runtime": "2.0.21",
"@types/browser-sync": "^2.29.0",

@@ -27,0 +27,0 @@ "@chialab/esbuild-plugin-commonjs": "^0.18.0",

@@ -202,4 +202,9 @@ "use strict";

setTimeout(() => tslib_1.__awaiter(this, void 0, void 0, function* () {
yield (0, build_6.buildForFederation)(config, fedOptions, externals);
build_2.logger.info('Done!');
try {
yield (0, build_6.buildForFederation)(config, fedOptions, externals);
build_2.logger.info('Done!');
}
catch (_a) {
build_2.logger.error('Not successful!');
}
if (runServer) {

@@ -206,0 +211,0 @@ setTimeout(() => (0, dev_server_1.reloadShell)(nfOptions.shell), 0);

Sorry, the diff of this file is not supported yet

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