Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

semantic-release-plus

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-release-plus - npm Package Compare versions

Comparing version 19.0.0 to 20.0.0-alpha.2

src/bin/semantic-release.js

92

package.json
{
"name": "semantic-release-plus",
"description": "Fork of Automated semver compliant package publishing to enable additional features",
"version": "19.0.0",
"version": "20.0.0-alpha.2",
"author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",

@@ -13,4 +13,4 @@ "ava": {

"bin": {
"semantic-release": "bin/semantic-release.js",
"semantic-release-plus": "bin/semantic-release.js"
"semantic-release": "src/bin/semantic-release.js",
"semantic-release-plus": "src/bin/semantic-release.js"
},

@@ -26,66 +26,33 @@ "bugs": {

"dependencies": {
"@semantic-release/commit-analyzer": "^9.0.0",
"@semantic-release/error": "^3.0.0",
"@semantic-release/github": "^8.0.0",
"@semantic-release/npm": "^8.0.0",
"@semantic-release/release-notes-generator": "^10.0.0",
"aggregate-error": "^3.0.0",
"cosmiconfig": "^7.0.0",
"debug": "^4.0.0",
"env-ci": "^5.0.0",
"execa": "^5.0.0",
"figures": "^3.0.0",
"semver": "7.3.5",
"execa": "5.1.1",
"find-versions": "^4.0.0",
"get-stream": "^6.0.0",
"git-log-parser": "^1.2.0",
"hook-std": "^2.0.0",
"hosted-git-info": "^4.0.0",
"yargs": "^16.2.0",
"debug": "4.3.2",
"lodash": "^4.17.21",
"marked": "^3.0.0",
"marked-terminal": "^4.1.1",
"marked": "^3.0.0",
"env-ci": "^5.0.0",
"hook-std": "^2.0.0",
"aggregate-error": "3.0.0",
"micromatch": "^4.0.2",
"p-reduce": "^2.0.0",
"p-each-series": "^2.1.0",
"p-reduce": "^2.0.0",
"semver-diff": "^3.1.1",
"read-pkg-up": "^7.0.0",
"cosmiconfig": "^7.0.0",
"resolve-from": "^5.0.0",
"semver": "^7.3.2",
"semver-diff": "^3.1.1",
"@semantic-release/error": "^3.0.0",
"hosted-git-info": "^4.0.0",
"signale": "^1.2.1",
"yargs": "^16.2.0"
"figures": "^3.0.0",
"git-log-parser": "^1.2.0",
"get-stream": "^6.0.0"
},
"devDependencies": {
"ava": "3.15.0",
"clear-module": "4.1.1",
"codecov": "3.8.3",
"delay": "5.0.0",
"dockerode": "3.3.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"file-url": "3.0.0",
"fs-extra": "9.1.0",
"got": "11.8.2",
"husky": "7.0.2",
"js-yaml": "4.1.0",
"lint-staged": "11.2.3",
"mockserver-client": "5.11.2",
"nock": "13.1.3",
"nyc": "15.1.0",
"prettier": "2.4.1",
"p-retry": "4.6.1",
"proxyquire": "2.1.3",
"sinon": "11.1.2",
"stream-buffers": "3.0.2",
"tempy": "1.0.1"
},
"devDependencies": {},
"engines": {
"node": ">=14.17"
},
"files": [
"bin",
"docs",
"lib",
"index.js",
"cli.js"
],
"homepage": "https://github.com/semantic-release-plus/semantic-release#readme",
"files": [],
"homepage": "https://github.com/semantic-release-plus/semantic-release-plus/packages/srp/#readme",
"keywords": [

@@ -103,3 +70,2 @@ "author",

"license": "MIT",
"main": "index.js",
"publishConfig": {

@@ -110,16 +76,14 @@ "access": "public"

"type": "git",
"url": "git+https://github.com/semantic-release-plus/semantic-release.git"
"url": "git+https://github.com/semantic-release-plus/semantic-release-plus.git",
"directory": "packages/srp"
},
"scripts": {
"codecov": "codecov -f coverage/coverage-final.json",
"prepare": "husky install",
"lint": "npx eslint .",
"lint:fix": "npx eslint --fix .",
"format:check": "npx prettier --check .",
"format:write": "npx prettier --write .",
"pretest": "npm run lint",
"semantic-release": "node ./bin/semantic-release.js",
"test": "nyc ava -v",
"test:ci": "nyc ava -v"
}
},
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"peerDependencies": {}
}

@@ -1,9 +0,9 @@

<h1 align="center" style="border-bottom: none;">📦🚀 semantic-release-plus</h1>
<h1 align="center" style="border-bottom: none;">📦🚀➕ semantic-release-plus</h1>
<h3 align="center">Fully automated version management and package publishing</h3>
<p align="center">
<a href="https://github.com/semantic-release-plus/semantic-release/discussions">
<a href="https://github.com/semantic-release-plus/semantic-release-plus/discussions">
<img alt="Join the community on GitHub Discussions" src="https://img.shields.io/badge/Join%20the%20community-on%20GitHub%20Discussions-blue">
</a>
<a href="https://github.com/semantic-release-plus/semantic-release/actions?query=workflow%3ATest+branch%3Amaster">
<img alt="Build states" src="https://github.com/semantic-release-plus/semantic-release/workflows/Test/badge.svg">
<a href="https://github.com/semantic-release-plus/semantic-release-plus/actions?query=branch%3Amaster">
<img alt="Build states" src="https://github.com/semantic-release-plus/semantic-release-plus/actions/workflows/main.yml/badge.svg">
</a>

@@ -19,22 +19,19 @@ <a href="https://renovatebot.com/"><img src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg" alt="renovate"></a>

</a>
<a href="https://www.npmjs.com/package/semantic-release-plus">
<a href="https://www.npmjs.com/package/semantic-release-plus/v/next">
<img alt="npm next version" src="https://img.shields.io/npm/v/semantic-release-plus/next.svg">
</a>
<a href="https://www.npmjs.com/package/semantic-release-plus">
<a href="https://www.npmjs.com/package/semantic-release-plus/v/beta">
<img alt="npm beta version" src="https://img.shields.io/npm/v/semantic-release-plus/beta.svg">
</a>
</p>
<p align="center">
<a href="#contributors-">
<img alt="Github All Contributors" src="https://img.shields.io/github/all-contributors/semantic-release-plus/semantic-release">
<a href="https://www.npmjs.com/package/semantic-release-plus/v/alpha">
<img alt="npm alpha version" src="https://img.shields.io/npm/v/semantic-release-plus/alpha.svg">
</a>
</p>
<p align="center">
<a href="#contributors-">
<img alt="Github All Contributors" src="https://img.shields.io/github/all-contributors/semantic-release-plus/semantic-release">
<img alt="Github All Contributors" src="https://img.shields.io/github/all-contributors/semantic-release-plus/semantic-release-plus">
</a>
</p>
**semantic-release-plus** is a drop in replacement for **semantic release** that adds some enhancements:
**semantic-release-plus** is a drop in replacement for **semantic release** that adds:

@@ -123,4 +120,4 @@ - [x] Filter commit by path [commitPaths](docs/usage/configuration.md#commitPaths)

- Use a Continuous Integration service that allows you to [securely set up credentials](docs/usage/ci-configuration.md#authentication)
- Git CLI version [2.7.1 or higher](docs/support/FAQ.md#why-does-semantic-release-require-git-version--271) installed in your Continuous Integration environment
- [Node.js](https://nodejs.org) version [14.17 or higher](docs/support/FAQ.md#why-does-semantic-release-require-node-version--1417) installed in your Continuous Integration environment
- A Git CLI version that meets [our version requirement](docs/support/git-version.md) installed in your Continuous Integration environment
- A [Node.js](https://nodejs.org) version that meets [our version requirement](docs/support/node-version.md) installed in your Continuous Integration environment

@@ -158,5 +155,4 @@ ## Documentation

- [GitHub Discussions](https://github.com/semantic-release/semantic-release/discussions)
- [GitHub Discussions](https://github.com/semantic-release-plus/semantic-release-plus/discussions)
- [Stack Overflow](https://stackoverflow.com/questions/tagged/semantic-release)
- [Twitter](https://twitter.com/SemanticRelease)

@@ -167,6 +163,6 @@ ## Badge

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![semantic-release-plus](https://img.shields.io/badge/semantic-release-e10079.svg?logo=semantic-release)](https://github.com/semantic-release-plus/semantic-release-plus)
```md
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![semantic-release](https://img.shields.io/badge/semantic-release-e10079.svg?logo=semantic-release)](https://github.com/semantic-release-plus/semantic-release-plus)
```

@@ -183,3 +179,3 @@

<tr>
<td align="center"><a href="http://justindietz.com"><img src="https://avatars.githubusercontent.com/u/5566979?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Justin Dietz</b></sub></a><br /><a href="https://github.com/semantic-release-plus/semantic-release/commits?author=JoA-MoS" title="Documentation">📖</a> <a href="https://github.com/semantic-release-plus/semantic-release/issues?q=author%3AJoA-MoS" title="Bug reports">🐛</a> <a href="https://github.com/semantic-release-plus/semantic-release/commits?author=JoA-MoS" title="Code">💻</a> <a href="#ideas-JoA-MoS" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center"><a href="http://justindietz.com"><img src="https://avatars.githubusercontent.com/u/5566979?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Justin Dietz</b></sub></a><br /><a href="https://github.com/semantic-release-plus/semantic-release-plus/commits?author=JoA-MoS" title="Documentation">📖</a> <a href="https://github.com/semantic-release-plus/semantic-release-plus/issues?q=author%3AJoA-MoS" title="Bug reports">🐛</a> <a href="https://github.com/semantic-release-plus/semantic-release-plus/commits?author=JoA-MoS" title="Code">💻</a> <a href="#ideas-JoA-MoS" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>

@@ -186,0 +182,0 @@ </table>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc