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
11
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 8.1.1 to 8.1.2

4

cjs/streams/clever-cloud-sse.js

@@ -118,3 +118,3 @@ "use strict";

url: url.origin + url.pathname,
queryParams: Object.entries(url.searchParams)
queryParams: Object.fromEntries(url.searchParams)
};

@@ -131,3 +131,3 @@

}, CONNECTION_TIMEOUT_MS);
(0, _sseFetchEventSource.fetchEventSource)(requestParams.url, {
(0, _sseFetchEventSource.fetchEventSource)(url.toString(), {
headers: requestParams.headers,

@@ -134,0 +134,0 @@ abortController: this._abortController,

@@ -111,3 +111,3 @@ import { CustomEventTarget } from './custom-event-target.js';

url: url.origin + url.pathname,
queryParams: Object.entries(url.searchParams),
queryParams: Object.fromEntries(url.searchParams),
};

@@ -125,3 +125,3 @@ if (this._tokens != null) {

fetchEventSource(requestParams.url, {
fetchEventSource(url.toString(), {
headers: requestParams.headers,

@@ -128,0 +128,0 @@ abortController: this._abortController,

{
"name": "@clevercloud/client",
"version": "8.1.1",
"version": "8.1.2",
"description": "JavaScript REST client and utils for Clever Cloud's API",

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

"lint:fix": "eslint --fix esm tasks/*.cjs test",
"prepack": "npm run lint && npm run generate-client",
"prepack": "npm run lint && npm run test-wtr && npm run generate-client",
"test-wtr": "web-test-runner",

@@ -32,0 +32,0 @@ "test-wtr:watch": "web-test-runner --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