Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Generate a license for your project. All from the command line.
If you enjoy this project, check Frank Abgrall's readme generator
npm install -g licgen
Or
yarn add -g licgen
licgen [--type=mit]
If you have a license listed in your package.json
, it will choose that license for you. If you don't, it will prompt you to choose a license.
Alternatively, choose your own license with the type
argument.
Supported Licenses
To add a license, add the necessary information in list.json using the following format:
{
"list": [
{
"name": "Full name of the license",
"aliases": ["Other names for the license that a user might type"],
"txt": "The license itself. Newlines escaped with `\n` and any items to be filled-in enclosed by [brackets].",
"notice": "If the license recommends one, a notice which should be attached to the readme"
}
]
}
Copyright © 2019 Binyamin Green
This project uses the MIT License
FAQs
Generate a license for your project
We found that licgen 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 found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.