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

electron

Package Overview
Dependencies
Maintainers
2
Versions
1339
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 1.8.1 to 1.8.2-beta.1

5

install.js
#!/usr/bin/env node
// maintainer note - x.y.z-ab version in package.json -> x.y.z
var version = require('./package').version.replace(/-.*/, '')
var version = require('./package').version

@@ -33,3 +32,3 @@ var fs = require('fs')

force: process.env.force_no_cache === 'true',
quiet: ['info', 'verbose', 'silly', 'http'].indexOf(process.env.npm_config_loglevel) === -1
quiet: process.env.npm_config_loglevel === 'silent' || process.env.CI
}, extractFile)

@@ -36,0 +35,0 @@

2

package.json

@@ -27,3 +27,3 @@ {

"name": "electron",
"version": "1.8.1",
"version": "1.8.2-beta.1",
"repository": "https://github.com/electron/electron",

@@ -30,0 +30,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