Socket
Socket
Sign inDemoInstall

builder-util-runtime

Package Overview
Dependencies
Maintainers
2
Versions
102
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 8.9.1 to 8.9.2

6

CHANGELOG.md
# builder-util-runtime
## 8.9.2
### Patch Changes
- [#6400](https://github.com/electron-userland/electron-builder/pull/6400) [`66ca625f`](https://github.com/electron-userland/electron-builder/commit/66ca625f892329fd7bedf52fddc6659ec83b7cd3) Thanks [@jbool24](https://github.com/jbool24)! - refactor: update Bitbucket publisher to have optional config options for Token and Username (Bitbucket Private Repos)
## 8.9.1

@@ -4,0 +10,0 @@

@@ -172,2 +172,10 @@ /// <reference types="node" />

/**
* The access token to support auto-update from private bitbucket repositories.
*/
readonly token?: string | null;
/**
* The user name to support auto-update from private bitbucket repositories.
*/
readonly username?: string | null;
/**
* Repository slug/name

@@ -174,0 +182,0 @@ */

2

package.json
{
"name": "builder-util-runtime",
"version": "8.9.1",
"version": "8.9.2",
"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