
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.
@medly/create-app
Advanced tools
A kit to generate simple react applications.
Package Manager | Command |
---|---|
NPM | npm init @medly/app |
Yarn | yarn create @medly/app |
PNPM | pnpx @medly/create-app |
Follow the prompts or run command yarn create @medly/app <project-name> [options]
with the below options.
Flags | Description | Choices | Default |
---|---|---|---|
-V, --version | output the version number | ||
-p, --package-manager <package-manager> | package manager | npm , yarn , pnpm | yarn |
-s, --state-manager <state-manager> | state manager | redux , context ,none | redux |
-i, --interactive | show interactive questionnaire | ||
-h, --help | display help for command |
The following features are set up by this kit:
babel
to transpile
the code.jest
to write unit tests
.webpack
to bundle
the code.prettier
to automatically format
the code.eslint
to catch the error.@medly-components
with theme.redux
to store the app state.PageLayout
with Header
, SideNav
& PageContent
component.FAQs
An application for generating react app
The npm package @medly/create-app receives a total of 33 weekly downloads. As such, @medly/create-app popularity was classified as not popular.
We found that @medly/create-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.