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

java-parser

Package Overview
Dependencies
Maintainers
6
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

java-parser - npm Package Compare versions

Comparing version 1.2.0 to 1.3.1

4

package.json
{
"name": "java-parser",
"version": "1.2.0",
"version": "1.3.1",
"description": "Java Parser in JavaScript",

@@ -18,3 +18,3 @@ "main": "src/index.js",

},
"gitHead": "bc0abb320ce3b93e5a351e91656d3b6523287e45"
"gitHead": "f0c2e4073dfecd1f00badfad402a4dde1777bd8c"
}

@@ -381,3 +381,4 @@ "use strict";

tokenMatcher(nextTokenType, t.Class) ||
tokenMatcher(nextTokenType, t.Enum)
tokenMatcher(nextTokenType, t.Enum) ||
tokenMatcher(nextTokenType, t.Record)
) {

@@ -384,0 +385,0 @@ return InterfaceBodyTypes.classDeclaration;

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