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

@ellipsis-labs/phoenix-sdk

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ellipsis-labs/phoenix-sdk - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@ellipsis-labs/phoenix-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript SDK for Phoenix",

@@ -5,0 +5,0 @@ "author": "Ellipsis Labs",

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

import {
DEFAULT_SLIPPAGE_PERCENT,
deserializeMarketData,

@@ -194,2 +195,3 @@ getMarketLadder,

inAmount,
slippage = DEFAULT_SLIPPAGE_PERCENT,
clientOrderId = 0,

@@ -200,2 +202,3 @@ }: {

inAmount: number;
slippage?: number;
clientOrderId?: number;

@@ -209,2 +212,3 @@ }) {

inAmount,
slippage,
clientOrderId,

@@ -211,0 +215,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