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

atlassian-soy-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atlassian-soy-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

.idea/encodings.xml

9

app/cli.js

@@ -63,3 +63,3 @@ var _ = require('lodash');

}).then(function(soyCliJar) {
return Q.nfcall(findJavaHome).then(function(javaHome) {
return getJavaHome().then(function(javaHome) {
winston.info('Java home is %s', javaHome);

@@ -182,1 +182,8 @@

}
function getJavaHome() {
return Q.nfcall(findJavaHome).then(function(javaHome) {
// find-java-home is inserting a newline at eol, make sure it's not there.
return javaHome ? javaHome.trim() : javaHome;
});
}

2

package.json
{
"name": "atlassian-soy-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Node wrapper for the Atlassian Soy CLI",

@@ -5,0 +5,0 @@ "main": "app/cli.js",

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