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

@uniswap/client-pools

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/client-pools - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

16

dist/pools/v1/types_pb.d.ts

@@ -179,2 +179,18 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";

reserve1: string;
/**
* @generated from field: string liquidity = 6;
*/
liquidity: string;
/**
* @generated from field: string liquidity0 = 7;
*/
liquidity0: string;
/**
* @generated from field: string liquidity1 = 8;
*/
liquidity1: string;
/**
* @generated from field: string total_supply = 9;
*/
totalSupply: string;
constructor(data?: PartialMessage<Pair>);

@@ -181,0 +197,0 @@ static readonly runtime: typeof proto3;

@@ -221,2 +221,18 @@ // @generated by protoc-gen-es v1.10.0 with parameter "target=ts"

this.reserve1 = "";
/**
* @generated from field: string liquidity = 6;
*/
this.liquidity = "";
/**
* @generated from field: string liquidity0 = 7;
*/
this.liquidity0 = "";
/**
* @generated from field: string liquidity1 = 8;
*/
this.liquidity1 = "";
/**
* @generated from field: string total_supply = 9;
*/
this.totalSupply = "";
proto3.util.initPartial(data, this);

@@ -245,2 +261,6 @@ }

{ no: 5, name: "reserve1", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 6, name: "liquidity", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 7, name: "liquidity0", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 8, name: "liquidity1", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 9, name: "total_supply", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

@@ -247,0 +267,0 @@ /**

2

package.json
{
"name": "@uniswap/client-pools",
"version": "0.0.1",
"version": "0.0.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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