Socket
Socket
Sign inDemoInstall

@cowprotocol/cow-sdk

Package Overview
Dependencies
Maintainers
5
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cowprotocol/cow-sdk - npm Package Compare versions

Comparing version 5.3.1-RC.1 to 5.3.1-RC.2

12

dist/order-book/types.d.ts

@@ -19,5 +19,5 @@ import { Order } from './generated';

*/
export interface QuoteAmountsAndCosts<Amounts = {
sellAmount: bigint;
buyAmount: bigint;
export interface QuoteAmountsAndCosts<AmountType = bigint, Amounts = {
sellAmount: AmountType;
buyAmount: AmountType;
}> {

@@ -28,7 +28,7 @@ isSell: boolean;

networkFee: {
amountInSellCurrency: bigint;
amountInBuyCurrency: bigint;
amountInSellCurrency: AmountType;
amountInBuyCurrency: AmountType;
};
partnerFee: {
amount: bigint;
amount: AmountType;
bps: number;

@@ -35,0 +35,0 @@ };

{
"name": "@cowprotocol/cow-sdk",
"version": "5.3.1-RC.1",
"version": "5.3.1-RC.2",
"license": "(MIT OR Apache-2.0)",

@@ -5,0 +5,0 @@ "files": [

{
"name": "@cowprotocol/cow-sdk",
"version": "5.3.1-RC.1",
"version": "5.3.1-RC.2",
"license": "(MIT OR Apache-2.0)",

@@ -5,0 +5,0 @@ "files": [

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