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

javy-cli

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javy-cli

This is the npm package for Javy. The package contains a small Node script that downloads the appropriate Javy binary on demand and invokes it with the parameters given.

  • 0.1.4
  • npm
  • Socket score

Version published
Weekly downloads
3.2K
decreased by-9.73%
Maintainers
3
Weekly downloads
 
Created
Source

Javy npm package

This is the npm package for Javy. The package contains a small Node script that downloads the appropriate Javy binary on demand and invokes it with the parameters given.

Usage

# Install javy globally
$ npm install -g javy

# Directly invoke it via npm
$ npx javy

Updating javy

The npm package won't download Javy again once its downloaded. If a new version of the javy npm package has been published, you can use the following invocation to update to the latest release:

REFRESH_JAVY=1 npx javy

Building from source

If there are no binaries available for your platform or the available binaries don't work for you for some reason, the npm package can also build Javy from source.

BUILD_JAVY=1 npx javy

Please note that for this to work you must have all prerequisites of Javy (listed in the README) installed. (That is CMake, Rust, Rust for wasm32-wasi target, cargo wasi, wasmtime-cli and Rosetta on Mac M1).

FAQs

Package last updated on 08 Mar 2023

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