
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@kustomer/apps-cli
Advanced tools
[Documentation](https://developer.kustomer.com/kustomer-apps-platform/v0.1-Apps-SDK/docs/cli-introduction)
The command line interface is used to generate Kustomer apps that use the SDK. It will also register those apps with the Kustomer platform and generate the appropriate app tokens.
The following command will scaffold a basic app for you to build upon so you can quickly get started developing:
$: npx @kustomer/apps-cli new <your_desired_app_name>
If you want to test this command locally, you'll want to yarn build
the entire codebase from root, cd
into this folder, and run node ./dist/index.js new <your_desired_app_name>
.
While there are a series of folders in this package, the main ones are:
commands
- The commands that are available to the CLIservices
- How those commands interact with the various Kustomer API'stemplates
- The templates that are used to scaffold the appFAQs
[Documentation](https://developer.kustomer.com/kustomer-apps-platform/v0.1-Apps-SDK/docs/cli-introduction)
The npm package @kustomer/apps-cli receives a total of 0 weekly downloads. As such, @kustomer/apps-cli popularity was classified as not popular.
We found that @kustomer/apps-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 55 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.