
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-component
Advanced tools
An application for generating simple react component.
Package Manager | Command |
---|---|
NPM | npm init @medly/component |
Yarn | yarn create @medly/component |
PNPM | pnpx @medly/create-component |
Then follow the prompts or you can run command yarn create @medly/component <project-name> [options]
with below options.
Flags | Description | Choices | Default |
---|---|---|---|
-V, --version | output the version number | ||
-o, --org <org> | name of the organization | ||
-r, --registry <registry> | registry to publish the module | npm , github | npm |
-p, --package-manager <package-manager> | package manager | npm , yarn , pnpm | yarn |
-a, --access <access> | access level of the component | public , restricted | public |
-i, --interactive | show interactive questionnaire | ||
-h, --help | display help for command |
It sets up below things:
storybook
for documentation.babel
to transpile
the code.rollup
to bundle the code.jest
to write unit tests
.prettier
to automatically format
the code.eslint
to catch the error.@medly-components
with theme.commitizen
& commitlint
to optimize your commit message.github workflow
to automatically publish the package
on PR merge`.github workflow
to automatically publish the documentation
on github pages on PR merge`.semantic-release
to bump the version and update the CHANGELOG
.FAQs
An application for generating react component
The npm package @medly/create-component receives a total of 0 weekly downloads. As such, @medly/create-component popularity was classified as not popular.
We found that @medly/create-component 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.