Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
create-monots
Advanced tools
The easiest way to get started with monots.
The easiest way to get started with monots is by using create-monots
. This CLI tool enables you to quickly start building a new monots project, with everything set up for you. You can create a new project using the default template, or by using one of the official boilerplate. To get started, use the following command:
# npm
npm create monots
# yarn
yarn create monots
# yarn
pnpm create monots
To create a new project with a specific name, you can send a name as an argument. For example, the following command will create a new project awesome
in a folder with the same name:
npm create monots sideproject
Currently create-monots
requires either a global installation of pnpm
or corepack to be installed and enabled.
If you are using a version of node lower than 16.9
then you will need to install it manually.
npm i -g corepack
And then enable corepack.
corepack enable
create-monots
comes with the following options:
--example-path foo/bar
create-monots
?create-monots
allows you to create a new project within seconds. Additionally it comes with the following features.
npm create monots
(with no arguments) launches an interactive experience that guides you through setting up your project.create-monots
has zero dependencies.create-monots
will automatically detect if you're offline and bootstrap your project using your local package cache.create-monots
can bootstrap your application using an example from the monots examples collection (e.g. npx create-monots --example api-routes
).FAQs
Bootstrap your TypeScript project with monots 🎉
We found that create-monots demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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 a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.