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.
@shortlist-studio/package-boilerplate
Advanced tools
Bootstrap a javascript project with handy defaults
Standardised javascript package generator, contains useful DX defaults and a Rollup configuration to bundle an ES module.
yarn global add @shortlist-studio/package-boilerplate
Head to an empty directory that you want to work in and run package-boilerplate
.
Bootstrapping project...
? Package name: (@shortlist-studio/?) cool-project
? Package description: This is a cool project
? Package repository: (shortlist-digital/?) cool-project
? Are you sure you want to bootstrap a project in this directory? (Y/n)
This will output the following files:
/your-directory
├── example
| ├── hot-server
| | ├── index.js
| | └── webpack.config.js
| ├── index.js
| └── style.css
├── src
| └── index.js
├── .babelrc
├── .editorconfig
├── .eslintignore
├── .eslintrc.json
├── .gitignore
├── .lintstagedrc
├── .prettierrc
├── package.json
├── readme.md
└── rollup.config.js
yarn install && yarn start
to boot your project.
FAQs
Bootstrap a javascript project with handy defaults
The npm package @shortlist-studio/package-boilerplate receives a total of 0 weekly downloads. As such, @shortlist-studio/package-boilerplate popularity was classified as not popular.
We found that @shortlist-studio/package-boilerplate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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 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.