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
0
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.13.2

2

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

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

import { CowEventListeners, CowEventPayloadMap, CowEvents } from '../../events/src/index.ts';
import { SupportedChainId } from '@cowprotocol/cow-sdk';
export { SupportedChainId } from '@cowprotocol/cow-sdk';
export type { SupportedChainId } from '@cowprotocol/cow-sdk';
export type PerTradeTypeConfig<T> = Partial<Record<TradeType, T>>;

@@ -6,0 +6,0 @@ export type PerNetworkConfig<T> = Partial<Record<SupportedChainId, T>>;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet