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

electron-prebuilt

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-prebuilt - npm Package Compare versions

Comparing version 0.28.1 to 0.28.2

4

install.js
#!/usr/bin/env node
// maintainer note - update this manually when doing new releases:
var version = '0.28.1'
// maintainer note - x.y.z-ab version in package.json -> x.y.z
var version = require('./package').version.replace(/-.*/, '')

@@ -6,0 +6,0 @@ var fs = require('fs')

{
"name": "electron-prebuilt",
"version": "0.28.1",
"version": "0.28.2",
"description": "Install electron (formerly called atom-shell) prebuilts using npm",

@@ -34,2 +34,2 @@ "repository": {

"homepage": "https://github.com/mafintosh/electron-prebuilt"
}
}

@@ -39,2 +39,4 @@ # electron-prebuilt

If you need to use an HTTP proxy you can [set these environment variables](https://github.com/request/request/tree/f0c4ec061141051988d1216c24936ad2e7d5c45d#controlling-proxy-behaviour-using-environment-variables)
## Usage

@@ -41,0 +43,0 @@

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