
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
@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 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 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.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.