Socket
Socket
Sign inDemoInstall

gradleps

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradleps - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "gradleps",
"version": "0.0.3",
"version": "0.0.4",
"description": "Search Maven Central and easily add dependency to your Gradle build file.",

@@ -29,2 +29,2 @@ "main": "src/gradleps.js",

}
}
}

@@ -39,2 +39,3 @@ gradleps

## Changelog
0.0.4 - Fixed shebang to more generic (thanks to fbukevin)
0.0.3 - Just print the dependency if dependencies cannot be found.

@@ -41,0 +42,0 @@

@@ -1,2 +0,2 @@

#!/usr/bin/node
#!/usr/bin/env node

@@ -98,2 +98,2 @@ var program = require('commander');

program.outputHelp();
}
}
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