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

java-home

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-home - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

4

lib/java-home.js

@@ -46,3 +46,3 @@ /* ================================================================

if (_.platform.isWindows()) {
if (_.platform.isWindows) {
return callback('please set $JAVA_HOME');

@@ -73,3 +73,3 @@ }

if (!_.platform.isOSX()) {
if (!_.platform.isOSX) {
return callback('$JAVA_HOME is not found');

@@ -76,0 +76,0 @@ }

{
"name": "java-home",
"version": "0.3.0",
"version": "0.4.0",
"description": "java-home",

@@ -5,0 +5,0 @@ "keywords": [

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