Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
version-for-publishing
Advanced tools
A github action to retrieve package version for CDN deploys, etc.
This action generates a new dev version number for a git branch, e.g. 1-0-0
for all projects where the version is part of a json file, e.g. package.json
.
It accepts a json file path and a branch name as input.
No release magic or analyzing changelogs is happening.
The main part of the version, e.g. 1.0.0
will not be touched.
dev
and its base branch is master
package.json
version is 1.0.0
1-0-0-dev
parent
and its base branch is master
child
is based on parent
parent
- 1.0.0-parent.1
child
results in version 1-0-0-child.1
/
feat/next-big-thing
feat/next-big-thing
results in version 1-0-0-next-big-thing.1
master
package.json
version is 1.0.0
1-0-0
master
.version
field is present. Default package.json
.uses: trendoid/dev-version@0.1.3
with:
branch: feat/dev-branch
filePath: ./package.json
FAQs
A github action to retrieve package version for CDN deploys, etc.
The npm package version-for-publishing receives a total of 1 weekly downloads. As such, version-for-publishing popularity was classified as not popular.
We found that version-for-publishing 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.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.