
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-module
Advanced tools
An application for generating either module or simple app. You can also choose between typescript
& javascript
language.
Package Manager | Command |
---|---|
NPM | npm init @medly/module |
Yarn | yarn create @medly/module |
PNPM | pnpx @medly/create-module |
Then follow the prompts or you can run command yarn create @medly/module <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 , none | none |
-p, --package-manager <package-manager> | package manager | npm , yarn , pnpm | yarn |
-a, --access <access> | access level of the module | public , restricted | public |
-l, --language <language> | language | typescript , javascript | typescript |
-i, --interactive | show interactive questionnaire | ||
-h, --help | display help for command |
Note: Add
NPM_TOKEN
as secret in github repo to publish the package.
It sets up the following:
babel
to transpile
the code.jest
to write unit tests
.rollup
to bundle
the code.commitizen
& commitlint
to optimize your commit message.prettier
to automatically format
the code.eslint
to catch the error.github workflow
to automatically publish the package on PR merge
.semantic-release
to bump the version and update the CHANGELOG
.typescript
also, if you choose typescript
as language option.FAQs
An application for generating either ts module or simple ts app
The npm package @medly/create-module receives a total of 0 weekly downloads. As such, @medly/create-module popularity was classified as not popular.
We found that @medly/create-module 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.