New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

npm-java-runner

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-java-runner - npm Package Compare versions

Comparing version

to
0.0.16

@@ -19,3 +19,3 @@ #!/usr/bin/env node

function executeJar(jarFile) {
var userArgs = process.argv.slice(2);
var userArgs = process.argv.slice(2).map(function (it) { return it.replace(/\\n/, '\n'); });
var command = spawn('java', __spreadArrays(['-jar', jarFile], userArgs));

@@ -22,0 +22,0 @@ command.stdout.pipe(process.stdout);

{
"name": "npm-java-runner",
"version": "0.0.15",
"version": "0.0.16",
"scripts": {

@@ -5,0 +5,0 @@ "build": "npm run format && tsc -p .",

Sorry, the diff of this file is not supported yet