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

electron-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-wrapper

Wrap any website in a native Electron window.

  • 1.4.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-25%
Maintainers
1
Weekly downloads
 
Created
Source

electron-wrapper

A utility to wrap any website in a native Electron application. All you need is the URL!

NPM module

Installation

npm install -g electron-wrapper

Usage

// The most basic usage: a URL and a platform.
electron-wrapper -u https://google.com -p win32

// Specify an output directory
electron-wrapper -u https://messenger.com -p linux -o ~/messenger

// Specify the name of your app
electron-wrapper -u https://play.google.com/music -p all -n "Google Play Music"

Run electron-wrapper -h for more options.

License

The MIT License (MIT)

Copyright (c) 2015 Brendan Batliner

FAQs

Package last updated on 16 Nov 2015

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