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.4.1-RC.0 to 5.4.1

10

dist/order-book/generated/models/AuctionOrder.d.ts

@@ -8,2 +8,3 @@ import type { Address } from './Address';

import type { OrderKind } from './OrderKind';
import type { Quote } from './Quote';
import type { SellTokenSource } from './SellTokenSource';

@@ -36,2 +37,6 @@ import type { Signature } from './Signature';

/**
* Creation time of the order. Denominated in epoch seconds.
*/
created: string;
/**
* see `OrderParameters::validTo`

@@ -84,2 +89,7 @@ */

protocolFees: Array<FeePolicy>;
/**
* A winning quote.
*
*/
quote?: Quote;
};

3

dist/order-book/generated/models/CompetitionOrderStatus.d.ts

@@ -5,3 +5,4 @@ import type { ExecutedAmounts } from './ExecutedAmounts';

/**
* A list of solvers who participated in the latest competition. The presence of executed amounts defines whether the solver provided a solution for the desired order.
* A list of solvers who participated in the latest competition, sorted by score in ascending order, where the last element is the winner.
* The presence of executed amounts defines whether the solver provided a solution for the desired order.
*

@@ -8,0 +9,0 @@ */

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

@@ -30,3 +30,3 @@ "files": [

"graphql:codegen": "graphql-codegen --config graphql-codegen.yml",
"swagger:codegen": " openapi --input https://raw.githubusercontent.com/cowprotocol/services/fix/openapi-status/crates/orderbook/openapi.yml --output src/order-book/generated --exportServices false --exportCore false",
"swagger:codegen": " openapi --input https://raw.githubusercontent.com/cowprotocol/services/v2.272.1/crates/orderbook/openapi.yml --output src/order-book/generated --exportServices false --exportCore false",
"typechain:codegen": "typechain --target ethers-v5 --out-dir ./src/composable/generated './abi/*.json'"

@@ -104,2 +104,2 @@ },

]
}
}
{
"name": "@cowprotocol/cow-sdk",
"version": "5.4.1-RC.0",
"version": "5.4.1",
"license": "(MIT OR Apache-2.0)",

@@ -30,3 +30,3 @@ "files": [

"graphql:codegen": "graphql-codegen --config graphql-codegen.yml",
"swagger:codegen": " openapi --input https://raw.githubusercontent.com/cowprotocol/services/fix/openapi-status/crates/orderbook/openapi.yml --output src/order-book/generated --exportServices false --exportCore false",
"swagger:codegen": " openapi --input https://raw.githubusercontent.com/cowprotocol/services/v2.272.1/crates/orderbook/openapi.yml --output src/order-book/generated --exportServices false --exportCore false",
"typechain:codegen": "typechain --target ethers-v5 --out-dir ./src/composable/generated './abi/*.json'"

@@ -104,2 +104,2 @@ },

]
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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