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.1.0 to 3.2.0

2

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

@@ -6,0 +6,0 @@ "author": {

@@ -355,7 +355,11 @@ ![Electron Installer for Red Hat](resources/logo.png)

'128x128': 'resources/Icon128.png',
'256x256': 'resources/Icon256.png'
'256x256': 'resources/Icon256.png',
'scalable': 'resources/Icon.svg',
'symbolic': 'resources/Icon-symbolic.svg',
}
}
```
Per the [icon theme specification](https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-0.11.html), image files must either PNGs or SVGs. The SVG format can only be used for the `scalable` or `symbolic` resolutions.
#### options.categories

@@ -362,0 +366,0 @@ Type: `Array[String]`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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