Socket
Socket
Sign inDemoInstall

electron-installer-common

Package Overview
Dependencies
Maintainers
4
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.10.0 to 0.10.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.10.0...master
[Unreleased]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.1...master
## [0.10.1] - 2020-02-13
[0.10.1]: https://github.com/electron-userland/electron-installer-common/compare/v0.10.0...v0.10.1
### Deprecated
* `spawn` export, use `@malept/cross-spawn-promise` directly (#63)
## [0.10.0] - 2020-01-21

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

4

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

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

"dependencies": {
"@malept/cross-spawn-promise": "^1.0.0",
"asar": "^2.0.1",
"cross-spawn": "^7.0.1",
"debug": "^4.1.1",

@@ -42,0 +42,0 @@ "fs-extra": "^8.0.1",

@@ -13,3 +13,3 @@ 'use strict'

const sanitizeName = require('./sanitizename')
const spawn = require('./spawn')
const { spawn } = require('@malept/cross-spawn-promise')
const template = require('./template')

@@ -16,0 +16,0 @@ const sandboxHelper = require('./sandboxhelper')

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