New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@reown/appkit-common

Package Overview
Dependencies
Maintainers
0
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reown/appkit-common - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1-rc.0

dist/esm/src/contracts/swap.js

4

dist/esm/src/utils/ContractUtil.js
import { erc20ABI } from '../contracts/erc20.js';
import { swapABI } from '../contracts/swap.js';
import { usdtABI } from '../contracts/usdt.js';

@@ -10,4 +11,5 @@ import { ConstantsUtil } from './ConstantsUtil.js';

return erc20ABI;
}
},
getSwapAbi: () => swapABI
};
//# sourceMappingURL=ContractUtil.js.map

@@ -15,2 +15,17 @@ export declare const ContractUtil: {

}[];
getSwapAbi: () => readonly [{
readonly type: "function";
readonly name: "approve";
readonly stateMutability: "nonpayable";
readonly inputs: readonly [{
readonly name: "spender";
readonly type: "address";
}, {
readonly name: "amount";
readonly type: "uint256";
}];
readonly outputs: readonly [{
readonly type: "bool";
}];
}];
};
{
"name": "@reown/appkit-common",
"version": "1.6.0",
"version": "1.6.1-rc.0",
"type": "module",

@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js",

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