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

node-kraken-api

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-kraken-api - npm Package Versions

2

2.2.2

Diff

Changelog

Source

2.2.2 (2022-06-10)

| Changes since 2.2.1 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Fixed

  • Added error listener to WS dict reads.
  • Added explicit errors to WS open/close rejections.
  • Fixed double socket open due to immediate rapid WS requests.
  • Updated last changelog 2.2.1 publish date.

Changed

  • Modified WS subscribe/unsubscribe signatures to simplify pair array passing.
  • Added explicit internal errors to unexpected rejections.

<a name="2.2.1"></a>

jpcx
published 2.2.1 •

Changelog

Source

2.2.1 (2022-06-09)

| Changes since 2.2.0 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Changed

  • Added content type header to public REST requests.
  • Added unexpected rejection handlers to WebSocket methods.

<a name="2.2.0"></a>

jpcx
published 2.2.0 •

Changelog

Source

2.2.0 (2022-03-13)

| Changes since 2.1.0 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Changed

  • Updated all dependencies to latest versions.

Fixed

  • RetrieveExport endpoint removed from legacy .call() (does not support binary responses).
  • Fixed ExportStatus bug by including Content-Type header for all REST requests.

<a name="2.1.0"></a>

jpcx
published 2.1.0 •

Changelog

Source

2.1.0 (2021-09-16)

| Changes since 2.0.0 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Added

  • Added a few (deprecated) legacy settings and .call() to ease the upgrade process.
    • As before, .call() configurably parses responses (dates and numbers by default), but does not use a rate limiter, queueing, or retries.
    • Function signature maintained from 0.4.1.

<a name="2.0.0"></a>

jpcx
published 2.0.0 •

Changelog

Source

2.0.0 (2021-09-15)

| Changes since 1.0.0 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Changed

  • Made improvements to the 0.4.1 migration guide and README.
  • Kraken.Emitter moved to its own package and improved; filters now pass on type assertion result to listeners.
    • This changed the signature for event filtering:
      • (...args: <type>[]) => boolean -> (args: [<type>, <type>, ...]) => args is [<subtype>, <subtype>, ...]

Removed

  • Kraken.Emitter

<a name="1.0.0"></a>

jpcx
published 1.0.0 •

Changelog

Source

1.0.0 (2021-09-13)

| Changes since 0.4.1 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

The entire project has been completely rewritten using TypeScript and many features have changed.

Added

  • Complete WS 1.8.3 functionality
  • Typings
  • New REST methods

Removed

  • Custom response parsing
  • Ratelimiting
  • REST syncing
  • Method name settings
  • Direct construction using module.exports()

Changed

  • .call(): renamed to .request().
  • .setOTP(): removed; OTP is now provided using a user-supplied generator.

<a name="0.4.1"></a>

jpcx
published 0.4.1 •

Changelog

Source

0.4.1 (2018-07-21)

| Changes since 0.4.0 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Bugfixes:

  • API/RateLimits: Increased limitConfig.authCounterReductionTimeout to 300000.

<a name="0.4.0"></a>

jpcx
published 0.4.0 •

Changelog

Source

0.4.0 (2018-07-21)

| Changes since 0.3.1 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Features:

  • API/RateLimits: Added logic for handling temporary lockouts.
  • API/RateLimits: Added logic for private call rate-limit violations.
  • Tests/API/RateLimits: Added tests for new rate-limiting logic.

Bugfixes:

  • Docs: Applied linting rules to markdown.
  • CHANGELOG: Changed naming scheme for information entries.
  • package.json: Removed 'crypto' from dependencies.
  • package.json: Removed eslint* from devDependencies.

<a name="0.3.1"></a>

jpcx
published 0.3.1 •

Changelog

Source

0.3.1 (2018-07-20)

| Changes since 0.3.0 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Bugfixes:

  • CHANGELOG: Fixed new feature language and added more information to 0.3.0 bugfixes.

<a name="0.3.0"></a>

jpcx
published 0.3.0 •

Changelog

Source

0.3.0 (2018-07-20)

| Changes since 0.2.0 | Release Notes | README | | --- | --- | --- |

| Source Code (zip) | Source Code (tar.gz) | | --- | --- |

Features:

  • API/RateLimits: Implemented authenticated call rate-limiting using a counter as defined in the Kraken API Docs.

Bugfixes:

  • README: Reduced donation qr size.
  • Tests/API/RateLimits: Fixed 'Limits public categories correctly' test.

<a name="0.2.0"></a>

2
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