java-caller
Advanced tools
Comparing version 4.0.1-beta202405081245.0 to 4.1.0
{ | ||
"name": "java-caller", | ||
"version": "4.0.1-beta202405081245.0", | ||
"version": "4.1.0", | ||
"description": "Library to easily call java from node sources. Automatically installs java if not present", | ||
@@ -45,5 +45,5 @@ "main": "./lib/index.js", | ||
"@babel/eslint-parser": "^7.22.15", | ||
"eslint": "^8.27.0", | ||
"eslint": "^9.0.0", | ||
"mocha": "^10.1.0", | ||
"nyc": "^15.1.0", | ||
"nyc": "^17.0.0", | ||
"prettier": "^3.1.0", | ||
@@ -50,0 +50,0 @@ "which": "^4.0.0" |
@@ -7,3 +7,3 @@ <!-- markdownlint-disable MD033 --> | ||
[![Downloads/total](https://img.shields.io/npm/dt/java-caller.svg)](https://npmjs.org/package/java-caller)<!-- gh-dependents-info-used-by-start --> | ||
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=80&color=informational&logo=slickpic)](https://github.com/nvuillam/node-java-caller/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end --> | ||
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=90&color=informational&logo=slickpic)](https://github.com/nvuillam/node-java-caller/blob/main/docs/github-dependents-info.md)<!-- gh-dependents-info-used-by-end --> | ||
[![CircleCI](https://circleci.com/gh/nvuillam/node-java-caller/tree/master.svg?style=shield)](https://circleci.com/gh/nvuillam/node-java-caller/tree/master) | ||
@@ -20,3 +20,3 @@ [![Mega-Linter](https://github.com/nvuillam/node-java-caller/workflows/Mega-Linter/badge.svg)](https://github.com/nvuillam/mega-linter#readme) | ||
- **Automatically installs required Java version** if not present on the system | ||
- Compliant with **JDK & JRE** from **8 to 20** | ||
- Compliant with **JDK & JRE** from **8 to 21** | ||
- Uses node [spawn](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options) method to perform the call | ||
@@ -40,3 +40,3 @@ | ||
const java = new JavaCaller(JAVA_CALLER_OPTIONS); | ||
const {status, stdout, stderr} = java.run(JAVA_ARGUMENTS,JAVA_CALLER_RUN_OPTIONS); | ||
const {status, stdout, stderr} = await java.run(JAVA_ARGUMENTS,JAVA_CALLER_RUN_OPTIONS); | ||
``` | ||
@@ -43,0 +43,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
35948