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.5.2 to 1.5.3

2

dist/provider/signing.js

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

// They are special-cased so that signing will still use EIP-712 (which is safer for the user).
var WC_PEERS_LACKING_V4_SUPPORT = ['SafePal Wallet'];
var WC_PEERS_LACKING_V4_SUPPORT = ['SafePal Wallet', 'Ledger Wallet Connect'];
// Assumes v4 support by default, except for known wallets.

@@ -44,0 +44,0 @@ function supportsV4(provider) {

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

describe('wallets which do not support eth_signTypedData_v4', function () {
describe.each(['SafePal Wallet'])('%s', function (name) {
describe.each(['SafePal Wallet', 'Ledger Wallet Connect'])('%s', function (name) {
beforeEach(function () {

@@ -169,0 +169,0 @@ var web3Provider = signer.provider;

{
"name": "@uniswap/conedison",
"version": "1.5.2",
"version": "1.5.3",
"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