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 - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [1.6.1](https://github.com/ffflorian/electron-info/compare/v1.6.0...v1.6.1) (2019-07-25)
### Bug Fixes
- Export options ([686206e](https://github.com/ffflorian/electron-info/commit/686206e))
# [1.6.0](https://github.com/ffflorian/electron-info/compare/v1.5.0...v1.6.0) (2019-07-25)

@@ -2,0 +8,0 @@

3

dist/ElectronInfo.d.ts

@@ -22,3 +22,3 @@ export interface RawDeps {

}
interface Options {
export interface Options {
/** Default is `true`. */

@@ -52,2 +52,1 @@ electronPrereleases?: boolean;

}
export {};

@@ -79,3 +79,3 @@ {

},
"version": "1.6.0"
"version": "1.6.1"
}

@@ -5,5 +5,13 @@ # electron-info [![Build Status](https://action-badges.now.sh/ffflorian/electron-info)](https://github.com/ffflorian/electron-info/actions/) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=ffflorian/electron-info)](https://dependabot.com)

## Usage
## Installation
```
yarn global add electron-info
# or
npm i -g electron-info
```
## CLI Usage
```
Usage: electron-info [options] [command]

@@ -102,1 +110,6 @@

```
## TypeScript Usage
- [see definitions](https://unpkg.com/electron-info@latest/dist/ElectronInfo.d.ts)
- [see CLI](./src/cli.ts)
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