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 23.0.9 to 23.3.0

6

out/gitHubPublisher.js

@@ -146,8 +146,8 @@ "use strict";

.catch(e => {
if (this.doesErrorMeanAlreadyExists(e)) {
return this.overwriteArtifact(fileName, release).then(() => this.doUploadFile(attemptNumber, parsedUrl, fileName, dataLength, requestProcessor, release));
}
if (attemptNumber > 3) {
return Promise.reject(e);
}
else if (this.doesErrorMeanAlreadyExists(e)) {
return this.overwriteArtifact(fileName, release).then(() => this.doUploadFile(attemptNumber + 1, parsedUrl, fileName, dataLength, requestProcessor, release));
}
else {

@@ -154,0 +154,0 @@ return new Promise((resolve, reject) => {

{
"name": "electron-publish",
"version": "23.0.9",
"version": "23.3.0",
"main": "out/publisher.js",

@@ -19,4 +19,4 @@ "author": "Vladimir Krivosheev",

"@types/fs-extra": "^9.0.11",
"builder-util": "23.0.9",
"builder-util-runtime": "9.0.2",
"builder-util": "23.3.0",
"builder-util-runtime": "9.0.3",
"chalk": "^4.1.1",

@@ -30,4 +30,3 @@ "fs-extra": "^10.0.0",

"@types/mime": "2.0.3"
},
"readme": "# electron-publish\n\nPart of [electron-builder](https://github.com/electron-userland/electron-builder). \n\nSee the [Publishing Artifacts](https://www.electron.build/configuration/publish) for more information.\n\nCan be used standalone."
}
}

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