Socket
Socket
Sign inDemoInstall

electron-installer-redhat

Package Overview
Dependencies
Maintainers
1
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 0.2.0 to 0.3.0

22

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

@@ -34,20 +34,22 @@ "author": {

"dependencies": {
"asar": "^0.9.0",
"async": "^1.5.1",
"asar": "^0.12.0",
"async": "^2.0.0",
"debug": "^2.2.0",
"fs-extra": "^0.26.0",
"glob": "^6.0.3",
"fs-extra": "^0.30.0",
"glob": "^7.0.0",
"lodash": "^4.0.1",
"temp": "^0.8.3",
"word-wrap": "^1.1.0",
"yargs": "^3.32.0"
"yargs": "^4.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"mocha": "^2.4.2",
"eslint": "^3.2.2",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-standard": "^2.0.0",
"mocha": "^3.0.0",
"retry": "^0.9.0",
"rimraf": "^2.5.1"
}
}

@@ -354,3 +354,8 @@ ![Electron Installer for Red Hat](resources/logo.png)

#### options.mimeType
Type: `Array[String]`
Default: `[]`
MIME types the application is able to open, used in the [`MimeType` field of the `desktop` specification](http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html).
## Meta

@@ -357,0 +362,0 @@

@@ -131,3 +131,5 @@ 'use strict'

'Utility'
]
],
mimeType: []
}

@@ -134,0 +136,0 @@

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