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
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clevercloud/client - npm Package Versions

1
7

7.0.0-beta.0

Diff

hsablonniere
published 6.0.0 •

Changelog

Source

6.0.0 (2020-05-26)

  • Add exponential backoff to the newly refactored LogsStream and EventsStream.
  • Add docs about how to use those streams.

⚠️ BREAKING CHANGES

  • Expose logs with a new EventEmitter/EventTarget compatible API
  • Expose events with a new EventEmitter/EventTarget compatible API
hsablonniere
published 6.0.0-beta.0 •

hsablonniere
published 5.1.0 •

Changelog

Source

5.1.0 (2020-03-27)

  • Add payment param to addTcpRedir() in api/application
hsablonniere
published 5.0.1 •

Changelog

Source

5.0.1 (2020-03-27)

Fix missing /self vs /organisations/{id}:

  • Rename POST /self/addons/preorders to api/addon with preorder()
    • Used to be api/addon with todo_preorderSelfAddon()
  • Rename GET /organisations/{id}/applications/{appId}/deployments/{deploymentId}/instances to api/application with cancelDeployment()
    • Used to be api/application with getAllDeploymentInstances()
hsablonniere
published 5.0.0 •

Changelog

Source

5.0.0 (2020-03-27)

⚠️ BREAKING CHANGES

  • Rename POST /organisations/{id}/addons/preorders to api/addon with preorder()
    • Used to be api/addon with todo_preorderAddonByOrgaId()
  • Move GET /products/addonproviders to api/product with getAllAddonProviders()
    • Used to be api/unknown with todo_getAddonProviders()
  • Move GET /products/prices to api/product with getCreditPrice()
    • Used to be api/unknown with todo_getExcahngeRates()
  • Rename GET /self/applications/{appId}/deployments/{deploymentId}/instances to api/application with cancelDeployment()
    • Used to be api/application with getAllDeploymentInstances()
hsablonniere
published 4.2.0 •

Changelog

Source

4.2.0 (2020-03-26)

  • Add GET /organisations/{id}/namespaces in api/organisation.js with getNamespaces()
  • Add GET /organisations/{id}/applications/{appId}/tcpRedirs in api/application.js with getTcpRedirs()
  • Add POST /organisations/{id}/applications/{appId}/tcpRedirs in api/application.js with addTcpRedir()
  • Add DELETE /organisations/{id}/applications/{appId}/tcpRedirs/{sourcePort} in api/application.js with removeTcpRedir()
hsablonniere
published 4.1.0 •

Changelog

Source

4.1.0 (2020-03-20)

  • Add delay param to getContinuousAccessLogsFromWarp10()
hsablonniere
published 4.0.0 •

Changelog

Source

4.0.0 (2020-03-19)

⚠️ BREAKING CHANGES

Seems like a milliseconds API for access logs on Warp10 was not a good idea. We changed it to be in microseconds and update the date util.

  • Make inner getAccessLogsFromWarp10() accept from and to in microseconds.
  • Make getAccessLogsFromWarp10InBatches() accept from and to in microseconds.
  • Rename date util toISOStringWithMicrosecondPrecision() into toMicroIsoString().
  • Remove date util asWarp10Timespan().
  • Remove date util ONE_HOUR.
  • Introduce date util toMicroTimestamp().
  • Introduce date util ONE_HOUR_MICROS.
  • Introduce date util ONE_SECOND_MICROS.
hsablonniere
published 3.1.2 •

Changelog

Source

3.1.2 (2020-03-18)

  • Fix access logs continuous mechanism in getContinuousAccessLogsFromWarp10() use microseconds precision
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