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

java-home

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-home

JAVA_HOME

  • 1.0.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
645
decreased by-21.34%
Maintainers
2
Weekly downloads
 
Created
Source

java-home

NPM version build status node version npm download

detect JAVA_HOME path in any system

Installment

$ npm i java-home --save

Usage

var co = require('co');

var JAVA_HOME = require('../lib/java-home');

JAVA_HOME.getPath(function(error, javaHome) {
  if (error) {
    throw error;
  }
  console.log(javaHome);
});

Contributors


xudafeng


ziczhu

This project follows the git-contributor spec, auto upated at Fri May 18 2018 08:19:32 GMT+0800.

License

The MIT License (MIT)

Keywords

FAQs

Package last updated on 18 May 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