Socket
Socket
Sign inDemoInstall

builder-util

Package Overview
Dependencies
Maintainers
2
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-util - npm Package Compare versions

Comparing version 22.12.1 to 22.13.0

11

CHANGELOG.md
# builder-util
## 22.13.0
### Minor Changes
- [#6167](https://github.com/electron-userland/electron-builder/pull/6167) [`f45110cb`](https://github.com/electron-userland/electron-builder/commit/f45110cbf66572d5748d21fc24dc26cabd06f35f) Thanks [@mmaietta](https://github.com/mmaietta)! - feat: Adding Keygen as an official publisher/updater for electron-builder (#6167)
### Patch Changes
- Updated dependencies [[`f45110cb`](https://github.com/electron-userland/electron-builder/commit/f45110cbf66572d5748d21fc24dc26cabd06f35f)]:
- builder-util-runtime@8.8.0
## 22.12.1

@@ -4,0 +15,0 @@

2

out/nodeHttpExecutor.d.ts

@@ -5,4 +5,4 @@ /// <reference types="node" />

export declare class NodeHttpExecutor extends HttpExecutor<ClientRequest> {
createRequest(options: any, callback: (response: any) => void): any;
createRequest(options: any, callback: (response: any) => void): ClientRequest;
}
export declare const httpExecutor: NodeHttpExecutor;
{
"name": "builder-util",
"version": "22.12.1",
"version": "22.13.0",
"main": "out/util.js",

@@ -23,3 +23,3 @@ "author": "Vladimir Krivosheev",

"bluebird-lst": "^1.0.9",
"builder-util-runtime": "8.7.10",
"builder-util-runtime": "8.8.0",
"chalk": "^4.1.1",

@@ -26,0 +26,0 @@ "cross-spawn": "^7.0.3",

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