Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
semantic-release-monorepo
Advanced tools
Plugins for `semantic-release` allowing it to be used with a monorepo.
Apply semantic-release
's automatic publishing to a monorepo.
The default configuration of semantic-release
assumes a one-to-one relationship between a Github repository and an npm
package.
This plugin allows using semantic-release
with a single Github repository containing many npm
packages.
Rather than attributing all commits to a single package, this plugin will automatically assign commits to packages based on the files that a commit touched.
If a commit touched a file within a package's root, it will be considered for that package's next release. Yes, this means a single commit could belong to multiple packages
A push may release multiple package versions. In order to avoid version collisions, git tags are namespaced using the given package's name.
This package is a complement to semantic-release
. It is assumed the user is already fully familiar with that package and its workflow.
npm install -D semantic-release-monorepo
In package.json
:
{
"release": {
"analyzeCommits": "semantic-release-monorepo",
"generateNotes": "semantic-release-monorepo",
"publish": ["semantic-release-monorepo/npm", "semantic-release-monorepo/github"]
}
}
FAQs
Plugins for `semantic-release` allowing it to be used with a monorepo.
The npm package semantic-release-monorepo receives a total of 27,338 weekly downloads. As such, semantic-release-monorepo popularity was classified as popular.
We found that semantic-release-monorepo demonstrated a healthy version release cadence and project activity because the last version was released less than 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.