Socket
Socket
Sign inDemoInstall

electron-publish

Package Overview
Dependencies
Maintainers
2
Versions
285
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 24.9.4 to 24.13.0

3

out/publisher.js

@@ -87,3 +87,4 @@ "use strict";

process.env.BITRISE_GIT_TAG ||
process.env.CI_BUILD_TAG ||
process.env.CI_BUILD_TAG || // deprecated, GitLab uses `CI_COMMIT_TAG` instead
process.env.CI_COMMIT_TAG ||
process.env.BITBUCKET_TAG ||

@@ -90,0 +91,0 @@ (process.env.GITHUB_REF_TYPE === "tag" ? process.env.GITHUB_REF_NAME : null);

{
"name": "electron-publish",
"version": "24.9.4",
"version": "24.13.0",
"main": "out/publisher.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