New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

electron-base

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-base

Provides abstract classes for main app and window for other Electron app to inherit.

latest
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Electron base library

Provides abstract classes for main app and window for other Electron app to inherit.

INSTALLATION

  • Install node-pre-gyp globally: npm install --global node-pre-gyp

  • Install windows-build-tools globally: npm install --global --production windows-build-tools

DEVELOPMENT

  • npm install

  • gulp watch

RELEASE

  • gulp release

  • How to rebuild Node native module for this Electron version:

    • Navigate to module folder. E.g: cd ./node_modules/sqlite3
    • node-pre-gyp rebuild --target=1.8.7 --arch=x64 --dist-url=https://atom.io/download/atom-shell
    • If build fails, try changing the target to 1.8.6, or 1.8.5, etc. But keep it in range 1.8.x.
  • Equivalent Node version: v8.2.1

FAQs

Package last updated on 26 Sep 2019

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