New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mysterium-client-bin

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysterium-client-bin

Mysterium Network client

  • 0.0.0-snapshot
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-91.3%
Maintainers
3
Weekly downloads
 
Created
Source

Mysterium Binary Downloader

Mysterium Node binary downloader

Installation

Per project
$ npm i mysterium-client-bin

or

$ yarn add mysterium-client-bin
Globally
npm i mysterium-client-bin -g

or

yarn global add mysterium-client-bin

Unfortunately yarn doesn't support the postinstall hook, therefore you will need to download the binaries manually:

yarn download-myst

We currently support x64 versions of darwin, windows and linux. To download for a specific platform, run the following:

yarn download-myst <platform> <destination_dir (optinal)>

Usage

To run the binary from your project root:

// ./node_modules/.bin/myst
$(npm bin)/myst

or

yarn myst

If you installed it globally, it should appear in your $PATH:

$ myst --help

Keywords

FAQs

Package last updated on 25 May 2020

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