
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@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_TOKENas 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
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 discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.