Socket
Socket
Sign inDemoInstall

electron-installer-redhat

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-installer-redhat - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

14

NEWS.md

@@ -5,4 +5,16 @@ # `electron-installer-redhat` - Changes by Version

[Unreleased]: https://github.com/electron-userland/electron-installer-redhat/compare/v3.0.0...master
[Unreleased]: https://github.com/electron-userland/electron-installer-redhat/compare/v3.2.0...master
## [3.2.0] - 2020-07-23
[3.2.0]: https://github.com/electron-userland/electron-installer-redhat/compare/v3.1.0...v3.2.0
### Added
* Support for scalable and symbolic icons (#169)
### Fixed
* Conformance to [RPM spec formatting guidelines](https://fedoraproject.org/wiki/PeterGordon/SpecFormattingGuidelines) (#171)
## [3.1.0] - 2020-06-28

@@ -9,0 +21,0 @@

8

package.json
{
"name": "electron-installer-redhat",
"description": "Create a Red Hat package for your Electron app.",
"version": "3.2.0",
"version": "3.3.0",
"license": "MIT",

@@ -42,3 +42,3 @@ "author": {

"word-wrap": "^1.2.3",
"yargs": "^15.1.0"
"yargs": "^16.0.2"
},

@@ -49,7 +49,7 @@ "devDependencies": {

"eslint": "^7.2.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard": "^16.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-standard": "^5.0.0",
"husky": "^4.2.5",

@@ -56,0 +56,0 @@ "lint-staged": "^10.2.7",

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

drm: 'libdrm',
gbm: 'mesa-libgbm',
gbm: '(mesa-libgbm or libgbm1)',
gconf: 'GConf2',

@@ -23,3 +23,3 @@ glib2: 'glib2',

uuid: '(libuuid or libuuid1)',
xcbDri3: 'libxcb',
xcbDri3: '(libxcb or libxcb1)',
xdgUtils: 'xdg-utils',

@@ -26,0 +26,0 @@ xss: 'libXScrnSaver',

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