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

@clevercloud/client

Package Overview
Dependencies
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clevercloud/client - npm Package Compare versions

Comparing version 2.0.0-beta.9 to 2.0.0

cjs/utils/app-status.js

4

CHANGELOG.md
# Clever Client changelog
## 2.0.0-beta.9 (2019-09-03)
## 2.0.0 (2019-09-20)
- Expose full responseBody on errors
- Add app-status utils

@@ -7,0 +7,0 @@ ## 2.0.0-beta.8 (2019-09-03)

@@ -68,3 +68,2 @@ "use strict";

error.response = response;
error.responseBody = responseBody;
throw error;

@@ -71,0 +70,0 @@ }

@@ -79,3 +79,2 @@ const JSON_TYPE = 'application/json';

error.response = response;
error.responseBody = responseBody;
throw error;

@@ -82,0 +81,0 @@ }

{
"name": "@clevercloud/client",
"version": "2.0.0-beta.9",
"version": "2.0.0",
"description": "JavaScript REST client and utils for Clever Cloud's API",

@@ -23,3 +23,3 @@ "homepage": "https://github.com/CleverCloud/clever-client.js",

"lint:fix": "eslint --fix esm tasks tests",
"prepack": "npm run lint && npm run generate-client",
"prepack": "npm run lint && npm run test && npm run generate-client",
"test": "jest",

@@ -26,0 +26,0 @@ "test:watch": "jest --watch"

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