Socket
Socket
Sign inDemoInstall

@stellar/stellar-base

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stellar/stellar-base - npm Package Versions

2

13.0.0-beta.1

Diff

stellar-npm-ci
published 12.1.1 •

Changelog

Source

v12.1.1

Fixed

  • Add missing methods to TypeScript definitions (#766).
  • Fix the TypeScript definition of walkInvocationTree to allow void returns on the callback function as intended rather than forcing a return null (#765).
  • Fix authorizeEntry to use the correct public key when passing Keypairs (#772).
  • Upgrade misc. dependencies (#771, #773).
stellar-npm-ci
published 12.1.0 •

Changelog

Source

v12.1.0

Added

  • TransactionBuilder now has addOperationAt and clearOperationAt methods to allow manipulation of individual operations (#757).

Fixed

  • Improve the efficiency and portability of asset type retrieval (#758).
  • nativeToScVal now correctly sorts maps lexicographically based on the keys to match what the Soroban environment expects (#759).
  • nativeToScVal now allows all integer types to come from strings (#763).
  • humanizeEvents now handles events without a contractId set more reliably (#764).
stellar-npm-ci
published 12.0.1 •

Changelog

Source

v12.0.1

Fixed

  • Export TypeScript definition for StrKey.isValidContract (#751).
  • scValToNative would fail when the values contained error codes because the parsing routine hadn't been updated to the new error schemas. Errors are now converted to the following format (#753):
interface Error {
  type: "contract" | "system";
  code: number;
  value?: string; // only present for type === 'system'
}

You can refer to the XDR documentation for additional explanations for each error code.

stellar-npm-ci
published 12.0.0 •

Changelog

Source

v12.0.0

This is a re-tag of v12.0.0-rc.1 with only developer dependency updates in-between.

stellar-npm-ci
published 12.0.0-rc.1 •

Changelog

Source

v12.0.0-rc.1

Breaking Changes

Added

  • To facilitate serialization and deserialization for downstream systems, this package now exports cereal.XdrWriter and cereal.XdrReader which come directly from @stellar/js-xdr (#744).

Fixed

  • Updated various dependencies (#737, #739).
  • Buffer and Uint8Array compatibility has improved in StrKey (#746).
stellar-npm-ci
published 11.1.0 •

stellar-npm-ci
published 11.0.1 •

Changelog

Source

v11.0.1

Fixed

  • Add compatibility with pre-ES2016 environments (like some React Native JS compilers) by adding a custom Buffer.subarray polyfill (#733).
  • Upgrade underlying dependencies, including @stellar/js-xdr which should broaden compatibility to pre-ES2016 environments (#734, #735).
stellar-npm-ci
published 11.0.0 •

Changelog

Source

v11.0.0

Note: This version is (still) compatible with Protocol 20. Most people should be unaffected by the technically-breaking changes below and can treat this more like a v10.0.3 patch release.

Breaking Changes

  • Starting from v10.0.0-beta.0, we set BigNumber.DEBUG in bignumber.js to true internally, which affects all code using BigNumber. This behavior has been fixed and only affects this library: globally, BigNumber.DEBUG now remains at its default setting (i.e. disabled). This is technically a breaking behavior change and is released as such (#729).

Fixed

  • Dependencies have been updated to their latest compatible versions (#726, #730).
stellar-npm-ci
published 10.0.2 •

Changelog

Source

v10.0.2

Fixed

  • The contractId field is correctly omitted from humanized events when it wasn't present in the structure (#721).
  • Misc. outdated or incorrect documentation has been updated (#723, #720).
  • Dependencies have been updated (#724).
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