Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@servicetitan/startup-mfe-compat
Advanced tools
This CLI verifies that light bundles of given MFEs (microfrontends) will be loaded given host applications by analyzing package.json dependencies.
This CLI verifies that light bundles of given MFEs (microfrontends) will be loaded given host applications by analyzing package.json dependencies.
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
This CLI verifies that light bundles of given MFEs (microfrontends) will be loaded given host applications by analyzing package.json dependencies.
The npm package @servicetitan/startup-mfe-compat receives a total of 127 weekly downloads. As such, @servicetitan/startup-mfe-compat popularity was classified as not popular.
We found that @servicetitan/startup-mfe-compat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.