Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uniswap/conedison

Package Overview
Dependencies
Maintainers
18
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/conedison - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

dist/provider/index.d.ts

3

dist/types.d.ts
export declare type Address = string;
export declare type AddressTo<T> = Record<Address, T>;
export declare type Mutable<T> = {
-readonly [P in keyof T]: T[P];
};
export declare type Nullable<T> = T | null;
export declare type Nullish<T> = Nullable<T> | undefined;
export declare type Primitive = number | string | boolean | bigint | symbol | null | undefined;

6

package.json
{
"name": "@uniswap/conedison",
"version": "1.3.0",
"version": "1.4.0",
"description": "Utilities for Uniswap front-end development",

@@ -51,3 +51,4 @@ "repository": "https://github.com/Uniswap/conedison",

"@uniswap/sdk-core": "^3.1.0",
"@walletconnect/ethereum-provider": "^1.8.0",
"@walletconnect/ethereum-provider-v1": "npm:@walletconnect/ethereum-provider@^1.8.0",
"@walletconnect/ethereum-provider-v2": "npm:@walletconnect/ethereum-provider@^2.4.6",
"babel-jest": "^29.3.0",

@@ -69,5 +70,4 @@ "eslint": "^8.27.0",

"@uniswap/sdk-core": ">=3",
"@walletconnect/ethereum-provider": "^1.8.0",
"ethers": "^5.6.1"
}
}
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