New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

semantic-release

Package Overview
Dependencies
Maintainers
0
Versions
414
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 24.2.2 to 24.2.3

10

index.d.ts

@@ -44,2 +44,7 @@ declare interface AggregateError extends Error {

logger: Signale<"error" | "log" | "success" | "warn">;
/**
* Semantic release configuration
*/
options: Options;
}

@@ -673,2 +678,7 @@

/**
* Set to true when the `ci` option is set to false.
*/
noCi?: true;
/**
* Any other options supported by plugins.

@@ -675,0 +685,0 @@ */

10

package.json
{
"name": "semantic-release",
"description": "Automated semver compliant package publishing",
"version": "24.2.2",
"version": "24.2.3",
"type": "module",

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

"devDependencies": {
"@types/node": "^22.13.4",
"@types/signale": "^1.4.7",
"ava": "6.2.0",

@@ -69,3 +71,3 @@ "c8": "10.1.3",

"fs-extra": "11.3.0",
"got": "14.4.5",
"got": "14.4.6",
"js-yaml": "4.1.0",

@@ -78,4 +80,4 @@ "lockfile-lint": "4.14.0",

"p-retry": "6.2.1",
"prettier": "3.4.2",
"publint": "0.3.4",
"prettier": "3.5.1",
"publint": "0.3.5",
"sinon": "19.0.2",

@@ -82,0 +84,0 @@ "stream-buffers": "3.0.3",

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