New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clever-tools

Package Overview
Dependencies
Maintainers
4
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clever-tools - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

.stuff/0.9.0/linux/clever

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 0.9.1
- Fix app creation for java variants (jar, war, …)
- Use app type default flavor instead of hardcoded "S"
# 0.9.0

@@ -2,0 +7,0 @@

2

package.json
{
"name": "clever-tools",
"version": "0.9.0",
"version": "0.9.1",
"description": "CLI tool to manage Clever Cloud applications",

@@ -5,0 +5,0 @@ "main": "bin/clever.js",

@@ -63,3 +63,3 @@ [![Build Status](https://travis-ci.org/CleverCloud/clever-tools.svg?branch=master)](https://travis-ci.org/CleverCloud/clever-tools)

- `sbt`: for applications launched with SBT
- `static`: for static (HTML only) websites
- `static-apache`: for static (HTML only) websites
- `war`: for applications deployed as war files

@@ -66,0 +66,0 @@

@@ -30,3 +30,3 @@ var _ = require("lodash");

"sbt",
"static",
"static-apache",
"war"

@@ -33,0 +33,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