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

java

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

2

package.json

@@ -10,3 +10,3 @@ {

],
"version": "0.4.3",
"version": "0.4.4",
"engines": {

@@ -13,0 +13,0 @@ "node": ">=0.8.0"

@@ -17,3 +17,3 @@ var java = require("../testHelpers").java;

catch (err) {
var unsupportedVersion = err.toString().match(/Unsupported major.minor version 52.0/)
var unsupportedVersion = java.instanceOf(err.cause, 'java.lang.UnsupportedClassVersionError');
test.ok(unsupportedVersion);

@@ -20,0 +20,0 @@ if (unsupportedVersion)

Sorry, the diff of this file is not supported yet

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