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

electron-publish

Package Overview
Dependencies
Maintainers
2
Versions
289
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-publish - npm Package Compare versions

Comparing version 26.0.0-alpha.3 to 26.0.0-alpha.4

4

out/httpPublisher.js

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

const fs_extra_1 = require("fs-extra");
const posix_1 = require("path/posix");
const path_1 = require("path");
const publisher_1 = require("./publisher");

@@ -16,3 +16,3 @@ class HttpPublisher extends publisher_1.Publisher {

async upload(task) {
const fileName = (this.useSafeArtifactName ? task.safeArtifactName : null) || (0, posix_1.basename)(task.file);
const fileName = (this.useSafeArtifactName ? task.safeArtifactName : null) || (0, path_1.basename)(task.file);
if (task.fileContent != null) {

@@ -19,0 +19,0 @@ await this.doUpload(fileName, task.arch || builder_util_1.Arch.x64, task.fileContent.length, (request, reject) => {

{
"name": "electron-publish",
"version": "26.0.0-alpha.3",
"version": "26.0.0-alpha.4",
"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