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

@types/semantic-release

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/semantic-release - npm Package Compare versions

Comparing version 17.2.2 to 17.2.3

35

semantic-release/index.d.ts

@@ -12,2 +12,8 @@ // Type definitions for semantic-release 17.2

/**
* A semver release type.
* See https://github.com/semantic-release/commit-analyzer/blob/master/lib/default-release-types.js
*/
type ReleaseType = "prerelease" | "prepatch" | "patch" | "preminor" | "minor" | "premajor" | "major";
/**
* semantic-release options.

@@ -367,5 +373,30 @@ *

*/
type: "patch" | "minor" | "major";
type: ReleaseType;
/**
* The release channel of the release.
*/
channel?: string | undefined;
/**
* The git hash of the release.
*/
gitHead: string;
/**
* The version without v
*/
version: string;
/**
* The version with v prefix
*/
gitTag: string;
/**
* The release name
*/
name?: string;
/**
* The release notes of the next release.

@@ -527,3 +558,3 @@ */

*/
type: "patch" | "minor" | "major";
type: ReleaseType;

@@ -530,0 +561,0 @@ /**

4

semantic-release/package.json
{
"name": "@types/semantic-release",
"version": "17.2.2",
"version": "17.2.3",
"description": "TypeScript definitions for semantic-release",

@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semantic-release",

},
"typesPublisherContentHash": "2cfb5a208091e04a0e0d8b8b660a168849a70898acc02c5d189f98a3575f0cf9",
"typesPublisherContentHash": "1b53a9d81aadd020616885156bbf747ab9bd4d8973d92ab1e44f3343a16f4d1b",
"typeScriptVersion": "3.7"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 16 Sep 2021 20:01:26 GMT
* Last updated: Mon, 08 Nov 2021 19:01:42 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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