New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dflow-protocol/endorsement-client-lib

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dflow-protocol/endorsement-client-lib - npm Package Compare versions

Comparing version 0.1.3 to 0.4.0

15

dist/type.d.ts

@@ -80,2 +80,3 @@ import { z } from "zod";

auctionEpoch: z.ZodNumber;
marketMaker: z.ZodString;
endorsement: z.ZodObject<{

@@ -107,2 +108,3 @@ endorser: z.ZodString;

auctionEpoch: number;
marketMaker: string;
endorsement: {

@@ -113,3 +115,6 @@ endorser: string;

expirationTimeUTC: number;
data: string;
data: string; /** Optional maximum send quantity, specified as a fixed-point number. If specified, if the
* endorsement can only be used to request a quote where the retail trader sends at most this
* quantity of the send token. Cannot be specified if the send token is unspecified. Cannot be
* specified if the send quantity is specified. */
};

@@ -123,2 +128,3 @@ }, {

auctionEpoch: number;
marketMaker: string;
endorsement: {

@@ -140,2 +146,3 @@ endorser: string;

auctionEpoch: number;
marketMaker: string;
endorsement: {

@@ -146,3 +153,6 @@ endorser: string;

expirationTimeUTC: number;
data: string;
data: string; /** Optional maximum send quantity, specified as a fixed-point number. If specified, if the
* endorsement can only be used to request a quote where the retail trader sends at most this
* quantity of the send token. Cannot be specified if the send token is unspecified. Cannot be
* specified if the send quantity is specified. */
};

@@ -158,2 +168,3 @@ };

auctionEpoch: number;
marketMaker: string;
endorsement: {

@@ -160,0 +171,0 @@ endorser: string;

4

package.json
{
"name": "@dflow-protocol/endorsement-client-lib",
"version": "0.1.3",
"version": "0.4.0",
"license": "MIT",

@@ -19,3 +19,3 @@ "module": "./dist/index.js",

"dependencies": {
"@dflow-protocol/signatory-client-lib": "^0.4.0",
"@dflow-protocol/signatory-client-lib": "^1.0.5",
"zod": "^3.21.4"

@@ -22,0 +22,0 @@ },

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