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.5 to 20.0.6

10

semantic-release/index.d.ts

@@ -33,3 +33,3 @@ /// <reference types="node" />

*/
extends?: ReadonlyArray<string> | string | undefined;
extends?: readonly string[] | string | undefined;

@@ -68,3 +68,3 @@ /**

*/
branches?: ReadonlyArray<BranchSpec> | BranchSpec | undefined;
branches?: readonly BranchSpec[] | BranchSpec | undefined;

@@ -110,3 +110,3 @@ /**

*/
plugins?: ReadonlyArray<PluginSpec> | undefined;
plugins?: readonly PluginSpec[] | undefined;

@@ -167,3 +167,3 @@ /**

*/
branches: ReadonlyArray<BranchSpec> | BranchSpec;
branches: readonly BranchSpec[] | BranchSpec;

@@ -209,3 +209,3 @@ /**

*/
plugins: ReadonlyArray<PluginSpec>;
plugins: readonly PluginSpec[];
}

@@ -212,0 +212,0 @@

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

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

},
"typesPublisherContentHash": "4f1992fa71e448aa5fc0db40a31c31c181cc5b519504c0b7d50de7361b353879",
"typesPublisherContentHash": "5903b81a13fc1bc4bf02622ca92385e4a3284fed8e161d032f8de8102b2712d4",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@

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