Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amp-wallet

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amp-wallet - npm Package Compare versions

Comparing version 1.0.20 to 1.0.21

2

lib/index.d.ts

@@ -53,3 +53,3 @@ import { AccountResponse } from 'stellar-sdk';

/**
*CREATE an asset that's are include issue account and distributor
* CREATE an asset that's are include issue account and distributor
*/

@@ -56,0 +56,0 @@ export declare function createAsset(name: string, distPub: string, startingAmount: number): Promise<{

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

/**
*CREATE an asset that's are include issue account and distributor
* CREATE an asset that's are include issue account and distributor
*/

@@ -221,0 +221,0 @@ function createAsset(name, distPub, startingAmount) {

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

issuingAccount = _a.sent();
transaction = new stellar_sdk_1.TransactionBuilder(issuingAccount)
transaction = new stellar_sdk_1.TransactionBuilder(issuingAccount, { fee: stellar_sdk_1.BASE_FEE })
.addOperation(stellar_sdk_1.Operation.setOptions({

@@ -307,3 +307,3 @@ // @ts-ignore

acc = _a.sent();
transaction = new stellar_sdk_1.TransactionBuilder(acc)
transaction = new stellar_sdk_1.TransactionBuilder(acc, { fee: stellar_sdk_1.BASE_FEE })
.addOperation(stellar_sdk_1.Operation.changeTrust({

@@ -310,0 +310,0 @@ // @ts-ignore

{
"name": "amp-wallet",
"version": "1.0.20",
"version": "1.0.21",
"description": "Amanatpay Blockchain Wallet",

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

@@ -1,2 +0,2 @@

<a href="www.amanatpay.com">Amanatpay Wallet Operation</href>
<a href="http://amanatpay.com">Amanatpay Wallet Operation</href>
## Functions

@@ -3,0 +3,0 @@

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