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

npm-java-runner

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-java-runner - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

lib/index.js
#!/usr/bin/env node
import path from 'path';
const path = require('path');

@@ -5,0 +5,0 @@ function resolveRunnableJar(regexp,path) {

{
"name": "npm-java-runner",
"version": "0.0.4",
"version": "0.0.5",
"scripts": {

@@ -5,0 +5,0 @@ "release": "npm version patch && npm publish && git push --follow-tags"

@@ -13,3 +13,3 @@ # NPM Java Runner

#!/usr/bin/env node
require("npm-java-runner/lib/index.lib").run(__dirname);
require("npm-java-runner/lib/index").run(__dirname);
```

@@ -16,0 +16,0 @@

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