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

crypto-bot-api

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-bot-api - npm Package Versions

2
sergeiivankov
published 0.3.4 •
76

Supply Chain Security

99

Quality

87

Maintenance

100

Vulnerabilities

100

License

Changelog

Source

0.3.4 - 2025-01-30

  • Add new support currencies codes to types

Thanks:

sergeiivankov
published 0.3.3 •
77

Supply Chain Security

99

Quality

90

Maintenance

100

Vulnerabilities

100

License

Changelog

Source

0.3.3 - 2024-09-18

  • Fix default export type
sergeiivankov
published 0.3.2 •
76

Supply Chain Security

99

Quality

85

Maintenance

100

Vulnerabilities

100

License

Changelog

Source

0.3.2 - 2024-09-17

  • Fix export types
  • Readme fixes
sergeiivankov
published 0.3.1 •
76

Supply Chain Security

100

Quality

85

Maintenance

100

Vulnerabilities

100

License

0 new alerts

2 metrics improved

2 decreased metrics

0

4 files modified

0

+39 lines added

-28 lines removed

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 •
76

Supply Chain Security

99

Quality

85

Maintenance

100

Vulnerabilities

100

License

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 •
74

Supply Chain Security

99

Quality

77

Maintenance

100

Vulnerabilities

25

License

Changelog

Source

0.2.1 - 2024-04-23

  • Fix getInvoices identifiers parameter name

Thanks:

sergeiivankov
published 0.2.0 •
75

Supply Chain Security

99

Quality

83

Maintenance

100

Vulnerabilities

100

License

Changelog

Source

0.2.0 - 2021-12-09

  • Using mainnet endpoint for default
sergeiivankov
published 0.1.1 •
75

Supply Chain Security

99

Quality

85

Maintenance

100

Vulnerabilities

100

License

Changelog

Source

0.1.1 - 2021-12-05

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

Supply Chain Security

99

Quality

85

Maintenance

100

Vulnerabilities

100

License

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 •
75

Supply Chain Security

99

Quality

85

Maintenance

100

Vulnerabilities

100

License

Changelog

Source

0.0.2 - 2021-11-30

  • Increase package version to publish on prereserved npm package name
2