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.2.0 to 1.2.1

2

dist/provider.d.ts

@@ -11,2 +11,2 @@ import type { TypedDataDomain, TypedDataField } from '@ethersproject/abstract-signer';

*/
export declare function signTypedData(signer: JsonRpcSigner, domain: TypedDataDomain, types: Record<string, TypedDataField[]>, value: Record<string, unknown>): Promise<any>;
export declare function signTypedData(signer: JsonRpcSigner, domain: TypedDataDomain, types: Record<string, TypedDataField[]>, value: Record<string, any>): Promise<any>;

@@ -47,3 +47,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

*/
export function signTypedData(signer, domain, types, value) {
export function signTypedData(signer, domain, types,
// Use Record<string, any> for the value to match the JsonRpcSigner._signTypedData signature.
// eslint-disable-next-line @typescript-eslint/no-explicit-any
value) {
return __awaiter(this, void 0, void 0, function () {

@@ -50,0 +53,0 @@ var populated, address, error_1, error_2, hash;

{
"name": "@uniswap/conedison",
"version": "1.2.0",
"version": "1.2.1",
"description": "Utilities for Uniswap front-end development",

@@ -5,0 +5,0 @@ "repository": "https://github.com/Uniswap/conedison",

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