question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tag repository for electron-updater npm package versions

See original GitHub issue

The latest version of electron-updater is 3.1.5 - https://www.npmjs.com/package/electron-updater

The repository is tagged with the versions of electron-builder, latest version are e.g. 20.29.0 and 20.29.1.

Is it possible to ascertain which commit in the repository a build of electron-updater corresponds to? How to check whether a fix is present or not?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
develarcommented, Oct 30, 2018

Boo… Yes, it makes sense to add tags for electron-updater to make clear.

Now tagged as electron-updater-v3.1.6 and such tags will be used from now on.

3.1.6 released with 7953e56 change.

0reactions
neilreescommented, Oct 30, 2018

👍 However (sorry to go on about this!) the release note says:

electron-updater: Fix grammar in notification message (#3410) (7953e56)

The change in https://github.com/electron-userland/electron-builder/commit/7953e56 does not appear to be in the 3.1.5 npm package.

(Hence the ask for a git tag 😃 )

I did npm view electron-updater dist.tarball which returned https://registry.npmjs.org/electron-updater/-/electron-updater-3.1.5.tgz and the change isn’t in that tarball.

Read more comments on GitHub >

github_iconTop Results From Across the Web

electron-updater - npm
Current Tags · Version History · Install · Repository · Homepage · Weekly Downloads · Version · License.
Read more >
Publish - electron-builder
Set the “Tag version” to the value of version in your application package.json ... The access token to support auto-update from private github...
Read more >
Publishing and Updating | Electron
There are several ways to update an Electron application. ... with a handy npm version command that can handle the version bumping and...
Read more >
electron-gh-releases-updater - npm package - Snyk
Further analysis of the maintenance status of electron-gh-releases-updater based on released npm versions cadence, the repository activity, and ...
Read more >
How to install a previous exact version of a NPM package?
Assuming that we decided to update all the packages as they are listed, we can use the ncu -u command which only modifies...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found