Socket
Socket
Sign inDemoInstall

clever-client

Package Overview
Dependencies
49
Maintainers
6
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6

4

cjs/request.fetch.js

@@ -22,3 +22,7 @@ 'use strict';

if (response.status === 204) {
return;
}
return requestParams.headers['Accept'] === 'application/json' ? response.json() : response.text();
}

@@ -24,2 +24,6 @@ 'use strict';

if (response.status === 204) {
return;
}
return (requestParams.headers['Accept'] === 'application/json')

@@ -26,0 +30,0 @@ ? response.json()

2

package.json
{
"name": "clever-client",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"description": "JavaScript REST client for Clever-Cloud API",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc