Socket
Socket
Sign inDemoInstall

builder-util-runtime

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util-runtime - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

7

out/publishOptions.d.ts

@@ -1,3 +0,3 @@

export declare type PublishProvider = "github" | "bintray" | "s3" | "spaces" | "generic";
export declare type AllPublishOptions = string | GithubOptions | S3Options | SpacesOptions | GenericServerOptions | BintrayOptions;
export declare type PublishProvider = "github" | "bintray" | "s3" | "spaces" | "generic" | "custom";
export declare type AllPublishOptions = string | GithubOptions | S3Options | SpacesOptions | GenericServerOptions | BintrayOptions | CustomPublishOptions;
export declare type Publish = AllPublishOptions | Array<AllPublishOptions> | null;

@@ -23,2 +23,5 @@ export interface PublishConfiguration {

}
export interface CustomPublishOptions extends PublishConfiguration {
[index: string]: any;
}
/**

@@ -25,0 +28,0 @@ * [GitHub](https://help.github.com/articles/about-releases/) options.

{
"name": "builder-util-runtime",
"version": "6.0.0",
"version": "6.1.0",
"main": "out/index.js",

@@ -5,0 +5,0 @@ "author": "Vladimir Krivosheev",

Sorry, the diff of this file is not supported yet

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