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

npm-groovy-lint

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-groovy-lint - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

jdeploy-bundle/jdeploy.js

@@ -68,5 +68,5 @@ #! /usr/bin/env node

var path = require('path');
var jarName = "CodeNarc-1.4.jar";
var mainClass = "{{MAIN_CLASS}}";
var classPath = "{{CLASSPATH}}";
var jarName = "{{JAR_NAME}}";
var mainClass = "org.codenarc.CodeNarc";
var classPath = "CodeNarc-1.4.jar:lib/groovy-3.0.0/lib/groovy-3.0.0.jar:lib/groovy-3.0.0/lib/groovy-templates-3.0.0.jar:lib/groovy-3.0.0/lib/groovy-xml-3.0.0.jar:lib/slf4j-api-1.7.9.jar:lib/log4j-slf4j-impl-2.13.0.jar:lib/log4j-api-2.13.0.jar:lib/log4j-core-2.13.0.jar:lib/GMetrics-0.7.jar:lib";
var port = "0";

@@ -73,0 +73,0 @@ var warPath = "";

{
"name": "npm-groovy-lint",
"version": "1.0.0",
"version": "1.0.1",
"description": "NPM CodeNarc wrapper to easily lint Groovy files",

@@ -9,3 +9,3 @@ "main": "index.js",

"test": "npm run prepare-package && npm-groovy-lint -basedir=\"dist/test\" -rulesetfiles=\"file:dist/test/RuleSet-all.txt\" -title=\"TestTitle\" -maxPriority1Violations=0 -report=\"html:dist/test/ReportTest.html\"",
"publish-to-npm": "npm run prepare-package && jdeploy publish"
"publish-to-npm": "npm run prepare-package && npm publish"
},

@@ -12,0 +12,0 @@ "repository": {

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