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 2.0.1 to 2.0.2

4

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

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

},
"gitHead": "a0d5b167e79bc167f3b83c2abed81bad2f5245ac"
"gitHead": "2e731c6dcec31dc9e58ec1721eef821f7fc031ee"
}

@@ -369,7 +369,9 @@ "use strict";

{ ALT: () => $.CONSUME(t.Private) },
{ ALT: () => $.CONSUME(t.Abstract) },
{ ALT: () => $.CONSUME(t.Static) },
{ ALT: () => $.CONSUME(t.Sealed) },
{ ALT: () => $.CONSUME(t.NonSealed) },
{ ALT: () => $.CONSUME(t.Strictfp) },
{ ALT: () => $.CONSUME(t.Final) },
{ ALT: () => $.CONSUME(t.Abstract) },
{ ALT: () => $.CONSUME(t.Default) },
{ ALT: () => $.CONSUME(t.Strictfp) }
{ ALT: () => $.CONSUME(t.Default) }
]);

@@ -376,0 +378,0 @@ }

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