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 20.0.1 to 20.0.2

36

semantic-release/index.d.ts

@@ -16,3 +16,3 @@ // Type definitions for semantic-release 20.0

*/
export type ReleaseType = 'prerelease' | 'prepatch' | 'patch' | 'preminor' | 'minor' | 'premajor' | 'major';
export type ReleaseType = "prerelease" | "prepatch" | "patch" | "preminor" | "minor" | "premajor" | "major";

@@ -616,22 +616,22 @@ export type LoggerFunction = (...message: any[]) => void;

| {
/**
* Information related to the last release found.
*/
lastRelease: LastRelease;
/**
* Information related to the last release found.
*/
lastRelease: LastRelease;
/**
* The list of commits included in the new release.
*/
commits: Commit[];
/**
* The list of commits included in the new release.
*/
commits: Commit[];
/**
* Information related to the newly published release.
*/
nextRelease: NextRelease;
/**
* Information related to the newly published release.
*/
nextRelease: NextRelease;
/**
* The list of releases published, one release per publish plugin.
*/
releases: Release[];
};
/**
* The list of releases published, one release per publish plugin.
*/
releases: Release[];
};

@@ -638,0 +638,0 @@ /**

{
"name": "@types/semantic-release",
"version": "20.0.1",
"version": "20.0.2",
"description": "TypeScript definitions for semantic-release",

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

},
"typesPublisherContentHash": "6df731aa688b407cec6024b723de8326eeb5b02c047d3fb48e7ef6bfc8928e5d",
"typeScriptVersion": "4.2",
"typesPublisherContentHash": "d04c4df5d10ca1c604ee3274d6cbffe8630410eb4da90928fad78823b8be4428",
"typeScriptVersion": "4.5",
"type": "module"
}

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

### Additional Details
* Last updated: Mon, 30 Jan 2023 20:02:37 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 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