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

@uniswap/universal-router

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/universal-router - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1-beta.1

.env.example

21

package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.6.0",
"version": "1.6.1-beta.1",
"keywords": [

@@ -35,8 +35,9 @@ "uniswap",

"dependencies": {
"@openzeppelin/contracts": "5.0.2",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v3-core": "1.0.0",
"@openzeppelin/contracts": "4.7.0"
"@uniswap/v3-core": "1.0.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "1.0.4",
"@nomicfoundation/hardhat-foundry": "1.1.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",

@@ -54,3 +55,3 @@ "@typechain/ethers-v5": "^4.0.0",

"ethers": "^5.7.2",
"hardhat": "2.12.2",
"hardhat": "2.22.5",
"hardhat-typechain": "^0.3.5",

@@ -66,12 +67,10 @@ "mocha-chai-jest-snapshot": "^1.1.0",

"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"compile": "hardhat compile && forge build",
"test:hardhat": "yarn compile && hardhat test",
"test:gas": "UPDATE_SNAPSHOT=1 yarn test --grep gas",
"test:all": "UPDATE_SNAPSHOT=1 yarn test",
"presymlink": "rm -rf ./solmate && rm -rf ./permit2",
"symlink": "ln -s ./lib/solmate ./solmate && ln -s ./lib/permit2 ./permit2",
"test:all": "UPDATE_SNAPSHOT=1 yarn test:hardhat && forge test --isolate",
"prettier:fix": "prettier --write '**/*.ts' && prettier --write '**/*.json'",
"lint:fix": "yarn prettier:fix && forge fmt",
"prettier": "prettier --check '**/*.ts' && forge fmt --check"
"lint": "yarn prettier:fix && forge fmt",
"lint:check": "prettier --check '**/*.ts' && forge fmt --check"
}
}

@@ -87,45 +87,8 @@ # Universal Router

├──────┼───────────────────────────────┤
│ 0x0e │ ------- │
│ 0x0e-│ ------- │
│ 0x20 │ │
├──────┼───────────────────────────────┤
│ 0x0f │ ------- │
├──────┼───────────────────────────────┤
│ 0x10 │ SEAPORT_V1_5 │
├──────┼───────────────────────────────┤
│ 0x11 │ LOOKS_RARE_721 │
├──────┼───────────────────────────────┤
│ 0x12 │ NFTX │
├──────┼───────────────────────────────┤
│ 0x13 │ CRYPTOPUNKS │
├──────┼───────────────────────────────┤
│ 0x14 │ LOOKS_RARE_1155 │
├──────┼───────────────────────────────┤
│ 0x15 │ OWNER_CHECK_721 │
├──────┼───────────────────────────────┤
│ 0x16 │ OWNER_CHECK_1155 │
├──────┼───────────────────────────────┤
│ 0x17 │ SWEEP_ERC721 │
├──────┼───────────────────────────────┤
│ 0x18 │ X2Y2_721 │
├──────┼───────────────────────────────┤
│ 0x19 │ SUDOSWAP │
├──────┼───────────────────────────────┤
│ 0x1a │ NFT20 │
├──────┼───────────────────────────────┤
│ 0x1b │ X2Y2_1155 │
├──────┼───────────────────────────────┤
│ 0x1c │ FOUNDATION │
├──────┼───────────────────────────────┤
│ 0x1d │ SWEEP_ERC1155 │
├──────┼───────────────────────────────┤
│ 0x1e │ ELEMENT_MARKET │
├──────┼───────────────────────────────┤
│ 0x1f │ ------- │
├──────┼───────────────────────────────┤
│ 0x20 │ SEAPORT_V1_4 │
├──────┼───────────────────────────────┤
│ 0x21 │ EXECUTE_SUB_PLAN │
├──────┼───────────────────────────────┤
│ 0x22 │ APPROVE_ERC20 │
├──────┼───────────────────────────────┤
│ 0x23-│ ------- │
│ 0x22-│ ------- │
│ 0x3f │ │

@@ -184,3 +147,2 @@ └──────┴───────────────────────────────┘

yarn install
yarn symlink
yarn compile

@@ -187,0 +149,0 @@ yarn test

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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