Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

electron-info

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-info

Get informations about Electron releases.

  • 1.11.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-47.62%
Maintainers
1
Weekly downloads
 
Created
Source

electron-info Build Status npm version Dependabot Status

Get informations about Electron releases. Uses electron-releases.

Installation

Just run npx electron-info.

If you'd like to install it permanently, run yarn global add electron-info or npm i -g electron-info.

CLI Usage

Usage: electron-info [options] [command]

Get informations about Electron releases.

Allowed version argument inputs:
  - SemVer versions (e.g. "~7")
  - npm dist tags (e.g. "5-0-x", only Electron)
  - "all"

Options:
  -d, --debug           Enable debug logging
  -f, --force           Force downloading the latest release file
  -l, --limit <number>  Limit output of releases
  -r, --raw             Output raw JSON
  -s, --source <url>    Use a custom releases source URL or path
  --no-colors           Don't use colors for displaying
  --no-prereleases      Don't include Electron prereleases
  -v, --version         output the version number
  -h, --help            output usage information

Commands:
  electron|e [version]  Get informations about an Electron release
  chrome|c [version]    Get informations about a chrome release
  modules|m [version]   Get informations about a modules release
  node|n [version]      Get informations about a node release
  openssl|o [version]   Get informations about an openssl release
  uv|u [version]        Get informations about an uv release
  v8|v [version]        Get informations about a v8 release
  zlib|z [version]      Get informations about a zlib release
  all                   Get informations about all releases

Examples

$ electron-info electron 4
╔══════════════╤═══════════════════════╗
║ Electron     │ 4.2.9                 ║
╟──────────────┼───────────────────────╢
║ Published on │ 08/06/2019            ║
╟──────────────┼───────────────────────╢
║ Node.js      │ 10.11.0               ║
╟──────────────┼───────────────────────╢
║ Chrome       │ 69.0.3497.128         ║
╟──────────────┼───────────────────────╢
║ OpenSSL      │ 1.1.0                 ║
╟──────────────┼───────────────────────╢
║ Modules      │ 69                    ║
╟──────────────┼───────────────────────╢
║ uv           │ 1.23.0                ║
╟──────────────┼───────────────────────╢
║ V8           │ 6.9.427.31-electron.0 ║
╟──────────────┼───────────────────────╢
║ zlib         │ 1.2.11                ║
╚══════════════╧═══════════════════════╝

╔══════════════╤═══════════════════════╗
║ Electron     │ 4.2.8                 ║
╟──────────────┼───────────────────────╢
║ Published on │ 07/20/2019            ║
╟──────────────┼───────────────────────╢
║ Node.js      │ 10.11.0               ║
╟──────────────┼───────────────────────╢
║ Chrome       │ 69.0.3497.128         ║
╟──────────────┼───────────────────────╢
║ OpenSSL      │ 1.1.0                 ║
╟──────────────┼───────────────────────╢
║ Modules      │ 69                    ║
╟──────────────┼───────────────────────╢
║ uv           │ 1.23.0                ║
╟──────────────┼───────────────────────╢
║ V8           │ 6.9.427.31-electron.0 ║
╟──────────────┼───────────────────────╢
║ zlib         │ 1.2.11                ║
╚══════════════╧═══════════════════════╝

[...]

Found 42 releases.
$ electron-info chrome 71
╔══════════════╤═════════════════════════════════════╗
║ Electron     │ 5.0.0-nightly.20190122 (prerelease) ║
╟──────────────┼─────────────────────────────────────╢
║ Published on │ 01/22/2019                          ║
╟──────────────┼─────────────────────────────────────╢
║ Node.js      │ 12.0.0                              ║
╟──────────────┼─────────────────────────────────────╢
║ Chrome       │ 71.0.3578.98                        ║
╟──────────────┼─────────────────────────────────────╢
║ OpenSSL      │ 1.1.0                               ║
╟──────────────┼─────────────────────────────────────╢
║ Modules      │ 68                                  ║
╟──────────────┼─────────────────────────────────────╢
║ uv           │ 1.24.1                              ║
╟──────────────┼─────────────────────────────────────╢
║ V8           │ 7.1.302.31-electron.0               ║
╟──────────────┼─────────────────────────────────────╢
║ zlib         │ 1.2.11                              ║
╚══════════════╧═════════════════════════════════════╝

╔══════════════╤═════════════════════════════════════╗
║ Electron     │ 5.0.0-nightly.20190121 (prerelease) ║
╟──────────────┼─────────────────────────────────────╢
║ Published on │ 01/22/2019                          ║
╟──────────────┼─────────────────────────────────────╢
║ Node.js      │ 12.0.0                              ║
╟──────────────┼─────────────────────────────────────╢
║ Chrome       │ 71.0.3578.98                        ║
╟──────────────┼─────────────────────────────────────╢
║ OpenSSL      │ 1.1.0                               ║
╟──────────────┼─────────────────────────────────────╢
║ Modules      │ 68                                  ║
╟──────────────┼─────────────────────────────────────╢
║ uv           │ 1.24.1                              ║
╟──────────────┼─────────────────────────────────────╢
║ V8           │ 7.1.302.31-electron.0               ║
╟──────────────┼─────────────────────────────────────╢
║ zlib         │ 1.2.11                              ║
╚══════════════╧═════════════════════════════════════╝

Found 2 releases.

TypeScript Usage

Keywords

FAQs

Package last updated on 21 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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