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

clever-client

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clever-client - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

2

bower.json
{
"name": "clever-client",
"main": "dist/clever-client.js",
"version": "0.1.29",
"version": "0.1.30",
"authors": [

@@ -6,0 +6,0 @@ "rbelouin <rodolphe.belouin@gmail.com>"

{
"name": "clever-client",
"version": "0.1.29",
"version": "0.1.30",
"description": "Javascript models for Clever-Cloud API",

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

@@ -18,3 +18,6 @@ function initializeSession(client, settings) {

var res = client.oauth.request_token.post()({
headers: {"Content-Type": "application/x-www-form-urlencoded"},
headers: {
"Content-Type": "application/x-www-form-urlencoded",
"Authorization": ""
},
data: Session.querystring.encode(Session.getOAuthParams({

@@ -21,0 +24,0 @@ oauth_callback: window.location.protocol + '//' + window.location.host + window.location.pathname + window.location.search

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