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

stellar-base

Package Overview
Dependencies
Maintainers
8
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stellar-base - npm Package Versions

23
19

13.0.1

Diff

Changelog

Source

v13.0.1

Fixed

  • buildInvocationTree will now successfully walk creation invocations with constructor arguments (#784).
stellar-npm-ci
published 13.0.0 •

Changelog

Source

v13.0.0

This release supports Protocol 22. While the network has not upgraded yet, you can start integrating the new features into your codebase if you want a head start. Keep in mind that while the binary XDR is backwards-compatible, the naming and layout of structures is not. In other words, this build will continue to work on Protocol 21, but you may have to update code that references XDR directly.

This version is unchanged from beta.1.

stellar-npm-ci
published 13.0.0-beta.1 •

Changelog

Source

v13.0.0-beta.1

This is the first release that supports Protocol 22. While the network has not upgraded yet, you can start integrating the new features into your codebase if you want a head start. Keep in mind that while the binary XDR is backwards-compatible, the naming and layout of structures is not. In other words, this build will continue to work on Protocol 21, but you may have to update code that references XDR directly.

Breaking Changes

  • XDR definitions have been upgraded to Protocol 22 (#777).

Added

  • You can create contracts with constructors a new, optional parameter of Operation.createCustomContract, constructorArgs: xdr.ScVal[] (#770).
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).
23
19
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