Socket
Socket
Sign inDemoInstall

electron-prebuilt

Package Overview
Dependencies
Maintainers
3
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.26.0 to 0.26.1

2

install.js
#!/usr/bin/env node
// maintainer note - update this manually when doing new releases:
var version = '0.26.0'
var version = '0.26.1'

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

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

@@ -10,5 +10,6 @@ "repository": {

"scripts": {
"install": "node install.js",
"test": "tape test/*.js",
"cache-clean": "rimraf ~/.electron"
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
"postinstall": "node install.js",
"pretest": "npm run cache-clean && node install.js",
"test": "tape test/*.js"
},

@@ -15,0 +16,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

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