
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@azz/generator-npm-package
Advanced tools
@azz/generator-npm-package
An opinionated npm package bootstrapper
prettier
pretty-quick
and husky
eslint
with:
eslint:recommended
eslint-plugin-prettier
eslint-plugin-jest
babel
with babel-preset-env
jest
semantic-release
First, install Yeoman and generator-npm-package using npm (we assume you have pre-installed node.js).
yarn global add yo @azz/generator-npm-package
yo @azz/npm-package
$ yo @azz/npm-package
_ __ _ __ _ __ ___ _ __ __ _ ___| | ____ _ __ _ ___
| '_ \| '_ \| '_ ` _ \ _____| '_ \ / _` |/ __| |/ / _` |/ _` |/ _ \
| | | | |_) | | | | | |_____| |_) | (_| | (__| < (_| | (_| | __/
|_| |_| .__/|_| |_| |_| | .__/ \__,_|\___|_|\_\__,_|\__, |\___|
|_| |_| |___/
? package name? my-pkg
? package description? My package description
? full name (First Last)? John Citizen
? GitHub username or organization? jcitizen
$ tree -I node_modules
.
├── LICENSE
├── README.md
├── dist
│ └── index.js
├── package.json
├── src
│ └── index.js
└── yarn.lock
2 directories, 6 files
FAQs
Generate an npm package
We found that @azz/generator-npm-package 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.