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

java-caller

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-caller - npm Package Versions

2345

4.1.1

Diff

Changelog

Source

[4.1.1] 2024-08-30

  • Upgrade to njre v1.4.0
  • Fix issue when package called from ES Module by using njre installPath option
nvuillam
published 4.1.1-beta202408202050.0 •

nvuillam
published 4.1.0 •

Changelog

Source

[4.1.0] 2024-08-20

  • Upgrade to MegaLinter v8
  • Upgrade npm dependencies, including base package njre to 1.3.0
nvuillam
published 4.0.0 •

Changelog

Source

[4.0.0] 2024-05-08

  • When java used has been installed by JavaCaller, use full java executable path to perform the calls
    • Before 4.00: Update PATH + java -cp /home/circleci/project/test/java/dist com.nvuillam.javacaller.JavaCallerTester
    • Since 4.0.0: Update PATH + /home/circleci/.java-caller/jre/jdk-20.0.2+9/bin/java -cp /home/circleci/project/test/java/dist com.nvuillam.javacaller.JavaCallerTester
    • For example handles issue where Java 21 is installed and you need to run Java 17 with JavaCaller
  • Refactor CI/CD
    • Add additional tests in GitHub Actions
    • Test in more contexts (Mac, Java 21...)
  • Java 8 and 14 on Mac are not supported: Set default minimum java version to 11 on Mac
nvuillam
published 4.0.1-beta202405081245.0 •

nvuillam
published 3.3.1 •

Changelog

Source

[3.3.1] 2024-04-28

  • Upgrade tar dependency to avoid CVE
nvuillam
published 3.3.2-beta202404281910.0 •

nvuillam
published 3.3.0 •

Changelog

Source

[3.3.0] 2024-01-29

  • Add option for using javaw instead of java on run for Windows, by @SotirisVas in #65
  • Add github-dependents-info page and generation
  • Update minor dependencies
nvuillam
published 3.3.1-beta202401282315.0 •

nvuillam
published 3.2.0 •

Changelog

Source

[3.2.0] 2023-11-26

  • Upgrade njre to v1.1.0 (now handles Mac M1)
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