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

xod-client-electron

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xod-client-electron

XOD visual programming language IDE

  • 0.21.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-28.57%
Maintainers
4
Weekly downloads
 
Created
Source

xod-client-electron

This package is a part of the XOD project.

The package is a thin wrapper around xod-client which lifts it to a ready-to-use desktop based XOD IDE.

It is based on Electron.

Package gotchas

Always rebuild native dependencies from source

For electron-builder we have to provide option:

"buildDependenciesFromSource": true

to properly build serialport native package when creating distributives. Otherwise it would be compiled against wrong version of Node ABI. Following issues have to be solved before we could drop the option:

Dedicate dist directory to electron-builder

All other packages use dist/ as a target of transpilation, xod-client-electron is not because dist name used to be reserved for distro packaging. It uses src-babel/ as a target for transpilation.

It have to be fixed since now electron-builder supports directories/output option.

electron-builder support for lerna + yarn-workspaces monorepos

For now the official support is a bit broken, so in the meantime we use our own fork

FAQs

Package last updated on 09 Jun 2018

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

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