
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@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, --owner <owner> | owner of the package | ||
-r, --registry <registry> | registry to publish the module | npm , github | |
-p, --package-manager <package-manager> | package manager | npm , yarn , pnpm | yarn |
-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 below things:
babel
to transpile
the code.jest
to write unit tests
.rollup
to bundle
the code.commitizen
& commitlint
to optimize your commit message.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 1 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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.