Socket
Socket
Sign inDemoInstall

semantic-release

Package Overview
Dependencies
Maintainers
4
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-release - npm Package Compare versions

Comparing version 23.0.2 to 23.0.3

6

docs/usage/installation.md

@@ -8,3 +8,3 @@ # Installation

```bash
$ npm install --save-dev semantic-release
npm install --save-dev semantic-release
```

@@ -15,3 +15,3 @@

```bash
$ npx semantic-release
npx semantic-release
```

@@ -26,3 +26,3 @@

```bash
$ npx semantic-release
npx semantic-release
```

@@ -29,0 +29,0 @@

@@ -52,3 +52,3 @@ import { format, parse } from "node:url";

/**
* Determine the the git repository URL to use to push, either:
* Determine the git repository URL to use to push, either:
* - The `repositoryUrl` as is if allowed to push

@@ -55,0 +55,0 @@ * - The `repositoryUrl` converted to `https` or `http` with Basic Authentication

@@ -8,3 +8,3 @@ import { intersection, uniqBy } from "lodash-es";

/**
* Find releases that have been merged from from a higher branch but not added on the channel of the current branch.
* Find releases that have been merged from a higher branch but not added on the channel of the current branch.
*

@@ -11,0 +11,0 @@ * @param {Object} context semantic-release context.

{
"name": "semantic-release",
"description": "Automated semver compliant package publishing",
"version": "23.0.2",
"version": "23.0.3",
"type": "module",

@@ -32,3 +32,3 @@ "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",

"@semantic-release/error": "^4.0.0",
"@semantic-release/github": "^9.0.0",
"@semantic-release/github": "^10.0.0",
"@semantic-release/npm": "^11.0.0",

@@ -62,3 +62,3 @@ "@semantic-release/release-notes-generator": "^12.0.0",

"devDependencies": {
"ava": "6.1.1",
"ava": "6.1.2",
"c8": "9.1.0",

@@ -71,8 +71,8 @@ "clear-module": "4.1.2",

"fs-extra": "11.2.0",
"got": "14.2.0",
"got": "14.2.1",
"js-yaml": "4.1.0",
"lockfile-lint": "4.12.1",
"lockfile-lint": "4.13.2",
"ls-engines": "0.9.1",
"mockserver-client": "5.15.0",
"nock": "13.5.1",
"nock": "13.5.4",
"npm-run-all2": "6.1.2",

@@ -167,3 +167,4 @@ "p-retry": "6.2.0",

]
}
},
"packageManager": "npm@10.5.0+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc