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
2
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.7 to 0.0.8

4

dist/pools/v1/types_pb.d.ts

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

totalLiquidityUsd: string;
/**
* @generated from field: string current_liquidity = 18;
*/
currentLiquidity: string;
constructor(data?: PartialMessage<PoolPosition>);

@@ -160,0 +164,0 @@ static readonly runtime: typeof proto3;

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

this.totalLiquidityUsd = "";
/**
* @generated from field: string current_liquidity = 18;
*/
this.currentLiquidity = "";
proto3.util.initPartial(data, this);

@@ -222,2 +226,3 @@ }

{ no: 17, name: "total_liquidity_usd", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 18, name: "current_liquidity", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

@@ -224,0 +229,0 @@ /**

2

package.json
{
"name": "@uniswap/client-pools",
"version": "0.0.7",
"version": "0.0.8",
"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