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

@binquant/the-graph

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binquant/the-graph - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.1](https://github.com/binquant/packages/compare/@binquant/the-graph@0.1.0...@binquant/the-graph@0.1.1) (2021-10-20)
**Note:** Version bump only for package @binquant/the-graph
# [0.1.0](https://github.com/binquant/packages/compare/@binquant/the-graph@0.0.5...@binquant/the-graph@0.1.0) (2021-10-20)

@@ -8,0 +16,0 @@

2

lib/uniswap-v3/graphql/positions.d.ts

@@ -1,1 +0,1 @@

export declare const positions = "\n query positionSnapshots($skip: Int, $first: Int, $where: Swap_filter) {\n positionSnapshots(\n skip: $skip\n first: $first\n orderBy: timestamp\n orderDirection: asc\n where: $where\n ) {\n id\n timestamp\n liquidity\n depositedToken0\n depositedToken1\n withdrawnToken0\n withdrawnToken1\n position {\n id\n token0 {\n symbol\n id\n }\n token1 {\n symbol\n id\n }\n tickLower {\n id\n price0\n }\n tickUpper {\n id\n price0\n }\n }\n }\n }\n";
export declare const positions = "\n query positionSnapshots($skip: Int, $first: Int, $where: Swap_filter) {\n positionSnapshots(\n skip: $skip\n first: $first\n orderBy: timestamp\n orderDirection: asc\n where: $where\n ) {\n id\n timestamp\n owner\n liquidity\n depositedToken0\n depositedToken1\n withdrawnToken0\n withdrawnToken1\n position {\n id\n token0 {\n symbol\n id\n }\n token1 {\n symbol\n id\n }\n tickLower {\n id\n price0\n }\n tickUpper {\n id\n price0\n }\n }\n }\n }\n";

@@ -15,2 +15,3 @@ "use strict";

timestamp
owner
liquidity

@@ -17,0 +18,0 @@ depositedToken0

@@ -8,2 +8,3 @@ import { Token } from './token';

timestamp: number;
owner: string;
liquidity: number;

@@ -10,0 +11,0 @@ depositedToken0: number;

{
"name": "@binquant/the-graph",
"version": "0.1.0",
"version": "0.1.1",
"description": "The Graph Client",

@@ -76,3 +76,3 @@ "keywords": [

},
"gitHead": "61686c59d4a3c123efa45d7359018aef678bfb7a"
"gitHead": "539fcd0a497137d3b4d28772f8f2e4ad3e5f7502"
}
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