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

@uniswap/lib

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/lib - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

contracts/.DS_Store

15

package.json
{
"name": "@uniswap/lib",
"version": "1.1.2",
"version": "1.1.3",
"description": "📖 Solidity libraries that are shared across Uniswap contracts",

@@ -24,8 +24,7 @@ "files": [

"chai": "^4.2.0",
"ethereum-waffle": "^2.4.1",
"ethereumjs-util": "^6.2.0",
"ethereum-waffle": "^3.0.0",
"mocha": "^7.1.1",
"prettier": "^2.0.4",
"rimraf": "^3.0.2",
"solc": "^0.6.6",
"solc": "^0.6.0",
"ts-node": "^8.9.0",

@@ -35,7 +34,5 @@ "typescript": "^3.8.3"

"scripts": {
"lint": "yarn prettier ./test/*.ts --check",
"lint:fix": "yarn prettier ./test/*.ts --write",
"clean": "rimraf ./build/",
"precompile": "yarn clean",
"compile": "waffle .waffle.json",
"lint": "prettier ./test/*.ts --check",
"precompile": "rimraf ./build/",
"compile": "waffle",
"pretest": "yarn compile",

@@ -42,0 +39,0 @@ "test": "mocha",

contracts/libraries/AddressStringUtil.sol

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