Socket
Socket
Sign inDemoInstall

electron-installer-common

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-installer-common - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

10

NEWS.md

@@ -5,4 +5,12 @@ # `electron-installer-common` - Changes by Version

[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.6.0...master
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.6.1...master
## [0.6.1] - 2019-02-19
[0.6.1]: https://github.com/electron-userland/electron-installer-common/compare/v0.6.0...v0.6.1
### Fixed
* Upgrade `asar` to `^1.0.0`, which removes a vulnerable transitive dependency (#15)
## [0.6.0] - 2019-01-22

@@ -9,0 +17,0 @@

4

package.json
{
"name": "electron-installer-common",
"version": "0.6.0",
"version": "0.6.1",
"description": "Common functionality for creating distributable Electron apps",

@@ -38,3 +38,3 @@ "author": "Mark Lee",

"dependencies": {
"asar": "^0.14.6",
"asar": "^1.0.0",
"cross-spawn-promise": "^0.10.1",

@@ -41,0 +41,0 @@ "debug": "^4.1.1",

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