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

meteor-desktop

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor-desktop - npm Package Versions

23
13

2.2.5

Diff

Changelog

Source

v2.2.5 <sup>24.01.2020</sup>

wojtkowiak
published 2.2.4 •

Changelog

Source

v2.2.4 <sup>21.01.2020</sup>

This is a community maintained release:

  • Update some dependencies and fixes some vulnerabilities
  • Added support for Electron 5 (by KoenLav in #227)
  • Allow config header Access-Control-Allow-Origin on LocalServer module (by cbh6 in #216)
  • Fix mas build (by wojtkowiak) in #214)
  • Fix mac builds (by Strangerxxx in #237)
  • Update default electron version to latest (6.0.1)
  • Added support for private npm repository

Recommended versions:

wojtkowiak
published 2.2.3 •

wojtkowiak
published 2.2.2 •

wojtkowiak
published 2.0.0 •

Changelog

Source

v2.0.0 <sup>02.10.2018</sup>

The main aim of this version is to decouple electron, electron-builder and electron-packager from this package. Until now every meteor-desktop release came with specific versions of those pinned to it. Now you are free to use any version with your meteor project. Just add them to your devDependencies. If you will not, meteor-desktop adds the recommended versions automatically when needed.

From now every meteor-desktop release will provide a recommended versions numbers of these dependencies. By default I will try to make meteor-desktop compatible within the compatibility version of the recommended version i.e. if the recommended electron version is 2.0.10 you should still be able to use any 2.x.x version without problems.

Recommended versions:

BREAKING:

  • support for Squirrel autoupdate mechanism ended, if you wish to continue with it, add the electron-builder-squirrel-windows dependency to your devDependencies and move it's settings to squirrel section in settings i.e.:

        "squirrel": {
            "autoUpdateFeedUrl": "http://127.0.0.1/update/:platform/:version",
            "autoUpdateFeedHeaders": {},
            "autoUpdateCheckOnStart": true
        },
    

    All builtin support will be definitely removed in January 2019.

wojtkowiak
published 2.0.0-rc4 •

wojtkowiak
published 2.0.0-rc3 •

wojtkowiak
published 2.0.0-rc2 •

wojtkowiak
published 2.0.0-rc1 •

wojtkowiak
published 1.7.0 •

Changelog

Source

v1.7.0 <sup>28.09.2018</sup>

  • electron was updated to 2.0.10
  • electron-builder was updated to 20.28.4
  • electron-builder-squirrel-windows was updated to 20.28.3
  • new functionality/cli setting --prod-debug which forces devTools to be included in a production build, if you want this to be preserved after desktopHCP you need to run Meteor server with METEOR_DESKTOP_PROD_DEBUG=1
23
13
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