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

java-parser

Package Overview
Dependencies
Maintainers
1
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 0.0.1 to 0.0.2

10

package.json
{
"name": "java-parser",
"version": "0.0.1",
"version": "0.0.2",
"description": "Java1.7 parser",
"scripts": {
"prepublish": "cp ../lib/javaparser7.js ."
"prepublish": "cp ../lib/javaparser7.js .",
"build": "node_modules/pegjs/bin/pegjs < ../src/Java.1.7.pegjs | node_modules/umd/bin/cli.js JavaParser -c > ../lib/javaparser7.js",
"build-min": "npm build && node_modules/uglify-js/bin/uglifyjs ../lib/javaparser7.js -o ../lib/javaparser7.min.js"
},

@@ -26,4 +28,6 @@ "repository": {

"devDependencies": {
"pegjs": "^0.9.0"
"pegjs": "^0.10.0",
"uglify-js": "^2.7.3",
"umd": "^3.0.1"
}
}

Sorry, the diff of this file is too big to display

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