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

@servicetitan/startup-mfe-compat

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/startup-mfe-compat

This CLI verifies that light bundles of given MFEs (microfrontends) will be loaded given host applications by analyzing package.json dependencies.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
127
increased by42.7%
Maintainers
0
Weekly downloads
 
Created
Source

This CLI verifies that light bundles of given MFEs (microfrontends) will be loaded given host applications by analyzing package.json dependencies.

Usage

Usage
  $ npx @servicetitan/startup-mfe-compat check [options]

Options
  --hostPackageJson             host application package.json path (required)
  --packageJson                 MFE package.json path (required)

Output
  Success: process exits with status 0
  Failure: process exits with status 1, error messages are logged

Examples
  $ npx @servicetitan/startup-mfe-compat check --hostPackageJson=<host-package-json-path> --packageJson=<mfe-package-json-path>
  $ npx @servicetitan/startup-mfe-compat check --hostPackageJson=<host1-package-json-path> --hostPackageJson=<host2-package-json-path> --packageJson=<mfe1-package-json-path> --packageJson=<mfe2-package-json-path> # host package.json files are merged from left to right: host1, host2, ...

FAQs

Package last updated on 25 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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