Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
eslint-release
Advanced tools
This release tool has been extracted from the ESLint project so that it can be shared among projects. While it's intended for use in ESLint organization projects, it is shared freely so others might use it as well.
Please note that while this project is shared freely, it is not intended to be a general-purpose utility. The functionality is highly specific to how ESLint projects handle releases and the project will remain very focused on this use case.
Warning: There are minimal tests for this project and the API is rapidly changing. Use at your own risk.
You can install the ESLint release tool using npm:
$ npm install eslint-release --save-dev
The ESLint release tool is designed to be used on the command line and has two modes: regular release and prerelease.
To run a regular release:
$ eslint-release
To run a prerelease, you need to include the prerelease identifier:
$ eslint-prerelease alpha
You can optionally include the release tool in another Node.js script:
var ReleaseOps = require("eslint-release");
When you run the release tool for a regular release, the following steps take place:
npm test
to validate the releaseCHANGELOG.md
and commits the changesnpm version
to update the versionWhen you do a prerelease, the same steps are taken except that package is published to npm under the next
tag instead of latest
.
These folks keep the project moving and are resources for help:
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the ESLint Contributor Guidelines, so please be sure to read them before contributing. If you're not sure where to dig in, check out the issues.
MIT License
Join our Chatroom
FAQs
ESLint Release Tools
The npm package eslint-release receives a total of 1,234 weekly downloads. As such, eslint-release popularity was classified as popular.
We found that eslint-release demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.