Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-builder-http

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-builder-http - npm Package Compare versions

Comparing version 13.3.0 to 13.4.0

2

out/publishOptions.js

@@ -9,3 +9,3 @@ "use strict";

function s3Url(options) {
let url = `https://s3.amazonaws.com/${options.bucket}`;
let url = `https://${options.bucket}.s3.amazonaws.com`;
if (options.path != null) {

@@ -12,0 +12,0 @@ url += `/${options.path}`;

{
"name": "electron-builder-http",
"version": "13.3.0",
"version": "13.4.0",
"main": "out/httpExecutor.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