New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crypto-bot-api

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-bot-api - npm Package Versions

2

0.3.4

Diff

Changelog

Source

0.3.4 - 2025-01-30

  • Add new support currencies codes to types

Thanks:

  • Ryuko
sergeiivankov
published 0.3.3 •

Changelog

Source

0.3.3 - 2024-09-18

  • Fix default export type
sergeiivankov
published 0.3.2 •

Changelog

Source

0.3.2 - 2024-09-17

  • Fix export types
  • Readme fixes
sergeiivankov
published 0.3.1 •

Changelog

Source

0.3.1 - 2024-09-17

  • Added ability to create HTTP server, not only HTTPS
  • Change empty request body error response code to 401
  • Readme fixes
  • Update dependencies

Thanks:

sergeiivankov
published 0.3.0 •

Changelog

Source

0.3.0 - 2024-09-16

  • Add getStats, createCheck, getChecks, getChecksPaginate, transfer, getTransfers, getTransfersPaginate, deleteInvoice and deleteCheck methods
  • Change methods getInvoices and getInvoicesPaginate to returns array of Invoice
  • Remove currency field from GetInvoicesOptions and GetInvoicesPaginateOptions types and add asset and fiat fields
  • Update Invoice type to actual API version
  • Update createInvoice method to actual API version, change related options types
  • Change return type of getExchangeRate method and field rate of ExchangeRate type which returned by getExchangeRates method to string
  • Change Invoice type amount field type to string
  • Change getInvoices options ids field type to number[]
  • Fix getInvoices backend method invoice_ids parameter type
  • Remove calculating and returning exchange rate for reverse pair of source and target by getExchangeRate method
  • Add isValid field to ExchangeRate type
  • Change getExchangeRate method to return '0' value for non-valid exchange rate
  • Change Balances type to store available and on hold balances in new Balance type
  • Create BalancesType type to store available or on hold balances
  • Remove isReturnInNanos and isForce parameters from getBalances and getBalance methods
  • Add getBalancesAvailable, getBalancesOnhold, getBalanceAvailable and getBalanceOnhold to get balances by type
  • Create CurrencyCode type with known variants
  • Add code field to Currency type
  • Add unknown variant for CurrencyType
  • Replace CurrencyType by enum and store it in Client class
  • Rename CurrencyType to DetailedCurrencyType with more detailed variants
  • Use CurrencyType type to main types variants and store it in Client class
  • Replace InvoiceStatus by enum and store it in Client class
  • Fix library connection in examples
  • Fix links in readme.md
  • Fix Client class setPageSize method documentation parameter name
  • Fix ClientEmitter.constructor documentation inheritance
  • Update dependencies
sergeiivankov
published 0.2.1 •

Changelog

Source

0.2.1 - 2024-04-23

  • Fix getInvoices identifiers parameter name

Thanks:

sergeiivankov
published 0.2.0 •

Changelog

Source

0.2.0 - 2021-12-09

  • Using mainnet endpoint for default
sergeiivankov
published 0.1.1 •

Changelog

Source

0.1.1 - 2021-12-05

  • Webhooks request data and check signature changes
sergeiivankov
published 0.1.0 •

Changelog

Source

0.1.0 - 2021-12-04

  • Change backend API authorization process
  • Remove methods, structures and fields related with deleted from backend API methods
  • Add webhooks receiving in Node.js with Express.js like middleware support
  • Increase Client.createInvoice payload field max size
  • Add support any type in createInvoice payload and correct parsing in getInvoices response by JSON
  • Add direct backend API call method
sergeiivankov
published 0.0.2 •

Changelog

Source

0.0.2 - 2021-11-30

  • Increase package version to publish on prereserved npm package name
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