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

@polymarket/order-utils

Package Overview
Dependencies
Maintainers
14
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymarket/order-utils - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

1

dist/model/order.model.d.ts

@@ -72,2 +72,3 @@ import { SignatureType } from "../signature-types";

orderType: OrderType;
minAmountReceived?: number;
}

@@ -74,0 +75,0 @@ export declare enum LimitOrderProtocolMethods {

2

package.json
{
"name": "@polymarket/order-utils",
"version": "1.2.7",
"version": "1.2.8",
"description": "Typescript utility for creating limit orders for Polymarket's CLOB",

@@ -5,0 +5,0 @@ "author": "Liam Kovatch <liam@polymarket.com>",

@@ -86,2 +86,3 @@ import { SignatureType } from "../signature-types";

orderType: OrderType;
minAmountReceived?: number; // Optional slippage protection field
}

@@ -88,0 +89,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