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.14.1-RC.0

2

cowSwapWidget.d.ts
import { CowSwapWidgetParams, CowSwapWidgetProps, EthereumProvider } from './types';
import { CowEventListeners } from '../../events/src/index.ts';
import { CowEventListeners } from '@cowprotocol/events';

@@ -4,0 +4,0 @@ /**

@@ -1,2 +0,2 @@

import { CowEventListeners } from '../../events/src/index.ts';
import { CowEventListeners } from '@cowprotocol/events';

@@ -3,0 +3,0 @@ export declare class IframeCowEventEmitter {

{
"name": "@cowprotocol/widget-lib",
"version": "0.14.0",
"version": "0.14.1-RC.0",
"type": "commonjs",

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

"dependencies": {
"@cowprotocol/events": "^1.3.0"
"@cowprotocol/events": "^1.4.1-RC.0"
}
}
}

@@ -1,2 +0,2 @@

import { CowEventListeners, CowEventPayloadMap, CowEvents } from '../../events/src/index.ts';
import { CowEventListeners, CowEventPayloadMap, CowEvents } from '@cowprotocol/events';
import { SupportedChainId } from '@cowprotocol/cow-sdk';

@@ -3,0 +3,0 @@