🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

electron-bundle

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-bundle

Prebuilt Electron and node modules (e.g. zeromq) for Windows

latest
Source
npmnpm
Version
1.8.2-beta.3
Version published
Weekly downloads
12
-7.69%
Maintainers
1
Weekly downloads
 
Created
Source

Electron Prebuilt

This is a mirror repo of Electron distributions and node modules that require rebuild against corresponding header files.

How to build zeromq.js

  • Be sure you have Visual C++ Build Tools using the Default Install option installed.
  • Add an environment variable GYP_MSVS_VERSION is set to 2015.
  • Download the latest Electron Windows x64 build into vendors\electron
  • Manually download corresponding iojs headers and put them into a local HTTP server or modify build.sh (at line 10)
  • Run ./build.sh

After the build is successful, you can launch vendors\electron\electron.exe test to test.

Quick Build

  • Run ./iojs.sh 1.8.0 (need bypass GFW)
  • Commit code to repo
  • Extract Electron 1.8.0 into global node_modules
  • Run ./build.sh
  • Zip node_modules to dist
  • Commit code again

FAQs

Package last updated on 10 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts