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

@stellar/stellar-base

Package Overview
Dependencies
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stellar/stellar-base - npm Package Compare versions

Comparing version

to
10.0.1

5

CHANGELOG.md
# Changelog
## [`v10.0.1`](https://github.com/stellar/js-stellar-base/compare/v10.0.0...v10.0.1)
### Fixed
* The TypeScript definition for `Asset.contractId()` now includes a missing parameter (the `networkPassphrase` changes the ID for a contract; [#718](https://github.com/stellar/js-stellar-base/pull/#718)).
## [`v10.0.0`](https://github.com/stellar/js-stellar-base/compare/v9.0.0...v10.0.0): Protocol 20 Stable Release

@@ -5,0 +10,0 @@

2

package.json
{
"name": "@stellar/stellar-base",
"version": "10.0.0",
"version": "10.0.1",
"description": "Low-level support library for the Stellar network.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -82,3 +82,3 @@ // TypeScript Version: 2.9

toTrustLineXDRObject(): xdr.TrustLineAsset;
contractId(): string;
contractId(networkPassphrase: string): string;

@@ -85,0 +85,0 @@ code: string;