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
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stellar-base - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

5

lib/keypair.js

@@ -78,2 +78,7 @@ "use strict";

},
rawSecretKey: {
value: function rawSecretKey() {
return this._secretKey;
}
},
canSign: {

@@ -80,0 +85,0 @@ value: function canSign() {

2

lib/operation.js

@@ -336,3 +336,3 @@ "use strict";

* @param {string} amount - The total amount you're selling. If 0, deletes the offer.
* @param {number} price - The exchange rate ratio (takerpay / takerget)
* @param {number} price - The exchange rate ratio (selling / buying)
* @param {string} [opts.source] - The source account (defaults to transaction source).

@@ -339,0 +339,0 @@ * @returns {xdr.CreatePassiveOfferOp}

{
"name": "stellar-base",
"version": "0.3.9",
"version": "0.3.10",
"description": "Low level stellar support library",

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

@@ -88,2 +88,6 @@

rawSecretKey() {
return this._secretKey;
}
canSign() {

@@ -90,0 +94,0 @@ return !!this._secretKey;

@@ -286,3 +286,3 @@ import {xdr, Keypair, Hyper, UnsignedHyper, hash} from "./index";

* @param {string} amount - The total amount you're selling. If 0, deletes the offer.
* @param {number} price - The exchange rate ratio (takerpay / takerget)
* @param {number} price - The exchange rate ratio (selling / buying)
* @param {string} [opts.source] - The source account (defaults to transaction source).

@@ -289,0 +289,0 @@ * @returns {xdr.CreatePassiveOfferOp}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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