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

metals-languageclient

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metals-languageclient - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

lib/getJavaOptions.js

8

package.json
{
"name": "metals-languageclient",
"version": "0.1.3",
"version": "0.1.4",
"description": "Language Client library for Node.js Metals clients",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"scripts": {
"prepublish": "tsc"
"prepublish": "rm -rf lib && tsc"
},

@@ -20,2 +20,3 @@ "devDependencies": {

"@types/semver": "^6.2.0",
"@types/shell-quote": "^1.6.1",
"typescript": "^3.7.5"

@@ -26,4 +27,5 @@ },

"locate-java-home": "^1.1.2",
"semver": "^7.1.1"
"semver": "^7.1.1",
"shell-quote": "^1.7.2"
}
}
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