
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
semantic-release-plugin-update-version-in-files
Advanced tools
Replace version placeholders with calculated version in any files before publishing
Replace version placeholders with calculated version in any files before publishing
Example
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
["semantic-release-plugin-update-version-in-files", {
"files": [
"version.js"
],
"placeholder": "0.0.0-development"
}]
]
If "files"
is not set, it defaults to [ "version.js" ]
. Glob patterns are supported via glob. If placeholder
is not set, it defaults to "0.0.0-development"
.
See also: semantic-release plugins configuration.
FAQs
Replace version placeholders with calculated version in any files before publishing
The npm package semantic-release-plugin-update-version-in-files receives a total of 12,570 weekly downloads. As such, semantic-release-plugin-update-version-in-files popularity was classified as popular.
We found that semantic-release-plugin-update-version-in-files 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.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.