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.10 to 0.0.11

4

dist/pools/v1/types_pb.d.ts

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

apr: number;
/**
* @generated from field: string owner = 20;
*/
owner: string;
constructor(data?: PartialMessage<PoolPosition>);

@@ -168,0 +172,0 @@ static readonly runtime: typeof proto3;

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

this.apr = 0;
/**
* @generated from field: string owner = 20;
*/
this.owner = "";
proto3.util.initPartial(data, this);

@@ -232,2 +236,3 @@ }

{ no: 19, name: "apr", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
{ no: 20, name: "owner", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

@@ -234,0 +239,0 @@ /**

2

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