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

@uniswap/v3-core

Package Overview
Dependencies
Maintainers
7
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/v3-core - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

26

artifacts/contracts/interfaces/IUniswapV3Pool.sol/IUniswapV3Pool.json

@@ -611,3 +611,14 @@ {

"name": "mint",
"outputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"stateMutability": "nonpayable",

@@ -864,3 +875,14 @@ "type": "function"

"name": "swap",
"outputs": [],
"outputs": [
{
"internalType": "int256",
"name": "amount0",
"type": "int256"
},
{
"internalType": "int256",
"name": "amount1",
"type": "int256"
}
],
"stateMutability": "nonpayable",

@@ -867,0 +889,0 @@ "type": "function"

@@ -172,3 +172,14 @@ {

"name": "mint",
"outputs": [],
"outputs": [
{
"internalType": "uint256",
"name": "amount0",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount1",
"type": "uint256"
}
],
"stateMutability": "nonpayable",

@@ -206,3 +217,14 @@ "type": "function"

"name": "swap",
"outputs": [],
"outputs": [
{
"internalType": "int256",
"name": "amount0",
"type": "int256"
},
{
"internalType": "int256",
"name": "amount1",
"type": "int256"
}
],
"stateMutability": "nonpayable",

@@ -209,0 +231,0 @@ "type": "function"

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"homepage": "https://uniswap.org",

@@ -10,0 +10,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

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