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

stellar-sdk

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stellar-sdk - npm Package Versions

1
17

10.2.0

Diff

Changelog

Source

v10.2.0

Fix

  • Adds the missing successful field to transaction responses (#790).

Update

  • Bumps stellar-base version to v8.1.0 to include bug fixes and latest XDR changes.
stellar-npm-ci
published 10.1.2 •

Changelog

Source

v10.1.2

Fix

  • Upgrades the eventsource dependency to fix a critical security vulnerability (#783).
stellar-npm-ci
published 10.1.1 •

Changelog

Source

v10.1.1

Fix

  • Reverts a change from v10.1.0 which caused streams to die prematurely (#780).
  • Bumps stellar-base version to v8.0.1 to include latest bugfixes.
stellar-npm-ci
published 10.1.0 •

Changelog

Source

v10.1.0

This is a promotion from the beta version without changes, besides upgrading the underlying stellar-base@v8.0.0 to its stable release.

stellar-npm-ci
published 10.1.0-beta.0 •

Changelog

Source

v10.1.0-beta.0

Add

  • Add a way to filter offers by seller: OfferCallBuilder.seller(string), corresponding to GET /offers?seller=<string> (#773).

Add

  • Support for Protocol 19 (#775):
    • new precondition fields on a TransactionResponse
    • new account fields on AccountResponse and AccountRecord
    • bumping stellar-base to the latest beta version

Fix

  • Add missing field to account responses: last_modified_time which is the time equivalent of the existing last_modified_ledger (#770).
  • Stop opening extra connections when SSE streams receive event: close events (#772).
  • Fix SSE streams not loading under React Native (thank you, @hunterpetersen!) (#761).
stellar-npm-ci
published 10.0.1 •

Changelog

Source

v10.0.1

Fix

  • Add missing fields to the LedgerRecord: successful_transaction_count and failed_transaction_count (#740). Note that this also marks several fields as deprecated because they don't actually exist in the Horizon API response:
    • transaction_count: superceded by the sum of the aforementioned fields
    • base_fee: superceded by the base_fee_in_stroops field
    • base_reserve: superceded by the base_reserve_in_stroops field

These deprecated fields will be removed in the next major version. It's unlikely that this breaking change should affect anyone, as these fields have likely been missing/invalid for some time.

Update

  • Update a number of dependencies that needed various security updates:
    • several dependencies bumped their patch version (#736, #684, #672, #666, #644, #622)
    • axios has been bumped to 0.25.0 without causing breaking changes (#742)
    • the karma suite of packages has been updated to the latest major version (#743)

All of the dependencies in question besides axios were developer dependencies, so there never was downstream security impact nor will there be downstream upgrade impact.

stellar-npm-ci
published 10.0.0 •

Changelog

Source

v10.0.0

This release introduces breaking changes from stellar-base. It adds unconditional support for muxed accounts. Please refer to the corresponding release notes for details on the breaking changes there.

Breaking Updates

  • Upgrades the stellar-base library to v7.0.0 (#735).

  • Removes the AccountResponse.createSubaccount method since this is also gone from the underlying Account interface. The stellar-base release notes describe alternative construction methods (#735).

Fix

  • Use the right string for liquidity pool trades (#734).
stellar-npm-ci
published 9.1.0 •

Changelog

Source

v9.1.0

Add

  • Adds a way to filter liquidity pools by participating account: server.liquidityPools.forAccount(id) (#727).

Updates

  • Updates the following SEP-10 utility functions to include client domain verification functionality (#720):

    • Utils.buildChallengeTx() accepts the clientDomain and clientSigningKey optional parameters
    • Utils.readChallengeTx() parses challenge transactions containing a client_domain ManageData operation
    • Utils.verifyChallengeTxSigners() verifies an additional signature from the clientSigningKey keypair if a client_domain Manage Data operation is included in the challenge
  • Bumps stellar-base version to v6.0.6.

Fix

stellar-npm-ci
published 9.0.1 •

Changelog

Source

v9.0.1

This stable release adds support for Protocol 18. For details, you can refer to CAP-38 for XDR changes and this document for changes to the Horizon API.

Refer to the release notes for the betas (e.g. v9.0.0-beta.0) for a comprehensive list of changes to this library.

Fix

  • Corrects the reserves field on LiquidityPoolRecords to be an array (#715).
  • Bumps the stellar-base dependency to v6.0.4 (#715).
stellar-npm-ci
published 9.0.0-beta.1 •

Changelog

Source

v9.0.0-beta.1

Add

  • Add /liquidity_pools/:id/trades endpoint (#710)

Updates

  • Updates the following SEP-10 utility functions to be compliant with the protocols (#709, stellar-protocol/#1036)
    • Updated utils.buildChallengeTx() to accept muxed accounts (M...) for client account IDs
    • Updated utils.buildChallengeTx() to accept a memo parameter to attach to the challenge transaction
    • Updated utils.readChallengeTx() to provide a memo property in the returned object
    • Updated utils.readChallengeTx() to validate challenge transactions with muxed accounts (M...) as the client account ID

Fix

  • Drops the chai-http dependency to be only for developers (#707).
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