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

@cowprotocol/widget-lib

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cowprotocol/widget-lib - npm Package Compare versions

Comparing version

to
0.11.0

2

package.json
{
"name": "@cowprotocol/widget-lib",
"version": "0.10.1",
"version": "0.11.0",
"type": "commonjs",

@@ -5,0 +5,0 @@ "description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",

@@ -141,2 +141,6 @@ import type { SupportedChainId } from '@cowprotocol/cow-sdk';

}
export interface CowSwapWidgetContent {
feeLabel?: string;
feeTooltipMarkdown?: string;
}
export interface CowSwapWidgetParams {

@@ -239,2 +243,6 @@ /**

customTokens?: TokenInfo[];
/**
* Customizable labels and content for the widget.
*/
content?: CowSwapWidgetContent;
}

@@ -241,0 +249,0 @@ export interface WidgetMethodsEmitPayloadMap {