Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@auto-it/released
Advanced tools
This plugin
released
label to the pull requestreleased
label to closed issues:warning: Make sure that you create the
released
label on you project
This plugin is included with the auto
CLI so you do not have to install it. To install if you are using the auto
API directly:
npm i --save-dev @auto-it/released
# or
yarn add -D @auto-it/released
To use the plugin include it in your .autorc
{
"plugins": ["released"]
}
Customize the label this plugin attaches to merged pull requests.
{
"plugins": [
[
"released",
{
"label": ":shipit:"
}
]
]
}
Customize the prerelease label this plugin attaches to pull requests merged to prerelease branches.
{
"plugins": [
[
"released",
{
"prereleaseLabel": "🚧"
}
]
]
}
To customize the message this plugin uses on issues and pull requests use the following format.
%TYPE
- Either PR
or Issue
%VERSION
- The version that was just published{
"plugins": [
[
"released",
{
"message": "%TYPE went out with version: %VERSION"
}
]
]
}
Lock issues that have been merged in PRs.
{
"plugins": [["released", { "lockIssues": true }]]
}
Whether to comment on PRs made by bots.
{
"plugins": [["released", { "includeBotPrs": true }]]
}
FAQs
Released plugin for auto. Comments with version + extra
The npm package @auto-it/released receives a total of 51,446 weekly downloads. As such, @auto-it/released popularity was classified as popular.
We found that @auto-it/released demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.