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.0.0-alpha.0 to 0.1.0

.travis.yml

76

package.json
{
"name": "electron-installer-common",
"version": "0.0.0-alpha.0",
"description": "Common code shared by Electron distributable creator modules",
"main": "index.js",
"version": "0.1.0",
"description": "Common functionality for creating distributable Electron apps",
"author": "Mark Lee",
"license": "Apache-2.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"ava": "ava test",
"ci": "npm run lint && npm run coverage",
"coverage": "nyc ava test",
"lint": "eslint .",
"test": "npm run lint && npm run ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-userland/electron-installer-common.git"
},
"repository": "electron-userland/electron-installer-common",
"keywords": [
"electron"
"electron",
"installer"
],
"author": "Mark Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron-userland/electron-installer-common/issues"
"devDependencies": {
"ava": "^1.0.0-rc.2",
"codecov": "^3.1.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-ava": "^5.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nyc": "^13.1.0"
},
"homepage": "https://github.com/electron-userland/electron-installer-common#readme"
"dependencies": {
"asar": "^0.14.6",
"cross-spawn-promise": "^0.10.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"glob-promise": "^3.4.0",
"lodash": "^4.17.11",
"parse-author": "^2.0.0",
"tmp-promise": "^1.0.5"
},
"engines": {
"node": ">= 6.0"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"plugin:ava/recommended",
"plugin:import/errors",
"plugin:import/warnings",
"plugin:node/recommended",
"plugin:promise/recommended",
"standard"
],
"plugins": [
"ava"
],
"rules": {
"ava/prefer-async-await": 0,
"node/no-unpublished-require": [
"error",
{
"allowModules": [
"ava"
]
}
]
}
}
}
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