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

electron

Package Overview
Dependencies
Maintainers
2
Versions
1342
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron - npm Package Compare versions

Comparing version 3.0.0-nightly.20180818 to 3.0.0-nightly.20180821

4

install.js

@@ -20,3 +20,5 @@ #!/usr/bin/env node

if (installedVersion === version && fs.existsSync(path.join(__dirname, platformPath))) {
var electronPath = process.env.ELECTRON_OVERRIDE_DIST_PATH || path.join(__dirname, 'dist', platformPath)
if (installedVersion === version && fs.existsSync(electronPath)) {
process.exit(0)

@@ -23,0 +25,0 @@ }

@@ -30,3 +30,3 @@ {

"name": "electron",
"version": "3.0.0-nightly.20180818",
"version": "3.0.0-nightly.20180821",
"repository": "https://github.com/electron/electron",

@@ -33,0 +33,0 @@ "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",

Sorry, the diff of this file is too big to display

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