New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

java-portable

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-portable

Wrapper for the node-java npm package that improves locating the JRE on the target machine and can support multiple prebuilt platform builds

latest
Source
npmnpm
Version
2.4.0
Version published
Weekly downloads
11
-15.38%
Maintainers
2
Weekly downloads
 
Created
Source

java-portable

Wrapper for the node-java npm package that improves locating the JRE on the target machine and can support multiple prebuilt platform builds.

Usage:

const javaPortable = require( 'java-portable' );

javaPortable().then( ( java ) => {
	// 'java' is the java package object
} );

Keywords

java

FAQs

Package last updated on 30 Sep 2021

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