Socket
Socket
Sign inDemoInstall

@zetamarkets/flex-sdk

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zetamarkets/flex-sdk - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

4

CHANGELOG.md

@@ -8,2 +8,6 @@ # Changelog

## [0.2.10] - 2022-02-11
- flex client: Add bid currency mint to bids. ([#45](https://github.com/zetamarkets/zeta-flex/pull/45))
## [0.2.9] - 2022-02-11

@@ -10,0 +14,0 @@

@@ -245,2 +245,4 @@ "use strict";

}
let bidVaultInfo = await utils.getTokenAccountInfo(this._provider.connection, bid.bidVault);
this._bids[i].bidCurrencyMint = bidVaultInfo.mint;
}

@@ -247,0 +249,0 @@ }

@@ -280,2 +280,3 @@ "use strict";

optionAccount: null,
bidCurrencyMint: null,
};

@@ -282,0 +283,0 @@ });

@@ -18,2 +18,3 @@ import { PublicKey } from "@solana/web3.js";

optionAccount: PublicKey | null;
bidCurrencyMint: PublicKey | null;
}

@@ -20,0 +21,0 @@ export interface Auction {

2

package.json
{
"name": "@zetamarkets/flex-sdk",
"version": "0.2.9",
"version": "0.2.10",
"description": "Zeta Flex SDK",

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

@@ -442,2 +442,7 @@ import * as anchor from "@project-serum/anchor";

}
let bidVaultInfo = await utils.getTokenAccountInfo(
this._provider.connection,
bid.bidVault
);
this._bids[i].bidCurrencyMint = bidVaultInfo.mint;
}

@@ -444,0 +449,0 @@ }

@@ -377,2 +377,3 @@ import * as anchor from "@project-serum/anchor";

optionAccount: null,
bidCurrencyMint: null,
};

@@ -379,0 +380,0 @@ });

@@ -20,2 +20,3 @@ import { PublicKey } from "@solana/web3.js";

optionAccount: PublicKey | null;
bidCurrencyMint: PublicKey | null;
}

@@ -22,0 +23,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