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

@zeitgeistpm/indexer

Package Overview
Dependencies
Maintainers
3
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeitgeistpm/indexer - npm Package Compare versions

Comparing version

to
2.14.1

47

dist/graphql/sdk.esm.js

@@ -293,2 +293,23 @@ import gql from 'graphql-tag';

`;
const FullPoolFragmentDoc = gql `
fragment FullPool on Pool {
accountId
baseAsset
createdAt
id
marketId
poolId
poolStatus
scoringRule
swapFee
totalSubsidy
totalWeight
volume
weights {
assetId
len
}
ztgQty
}
`;
const FullAssetFragmentDoc = gql `

@@ -300,4 +321,7 @@ fragment FullAsset on Asset {

amountInPool
pool {
...FullPool
}
}
`;
${FullPoolFragmentDoc}`;
const FullHistoricalAccountBalanceFragmentDoc = gql `

@@ -330,23 +354,2 @@ fragment FullHistoricalAccountBalance on HistoricalAccountBalance {

`;
const FullPoolFragmentDoc = gql `
fragment FullPool on Pool {
accountId
baseAsset
createdAt
id
marketId
poolId
poolStatus
scoringRule
swapFee
totalSubsidy
totalWeight
volume
weights {
assetId
len
}
ztgQty
}
`;
const FullMarketFragmentDoc = gql `

@@ -353,0 +356,0 @@ fragment FullMarket on Market {

@@ -295,2 +295,23 @@ 'use strict';

`;
const FullPoolFragmentDoc = gql `
fragment FullPool on Pool {
accountId
baseAsset
createdAt
id
marketId
poolId
poolStatus
scoringRule
swapFee
totalSubsidy
totalWeight
volume
weights {
assetId
len
}
ztgQty
}
`;
const FullAssetFragmentDoc = gql `

@@ -302,4 +323,7 @@ fragment FullAsset on Asset {

amountInPool
pool {
...FullPool
}
}
`;
${FullPoolFragmentDoc}`;
const FullHistoricalAccountBalanceFragmentDoc = gql `

@@ -332,23 +356,2 @@ fragment FullHistoricalAccountBalance on HistoricalAccountBalance {

`;
const FullPoolFragmentDoc = gql `
fragment FullPool on Pool {
accountId
baseAsset
createdAt
id
marketId
poolId
poolStatus
scoringRule
swapFee
totalSubsidy
totalWeight
volume
weights {
assetId
len
}
ztgQty
}
`;
const FullMarketFragmentDoc = gql `

@@ -355,0 +358,0 @@ fragment FullMarket on Market {

{
"name": "@zeitgeistpm/indexer",
"version": "2.14.0",
"version": "2.14.1",
"publishConfig": {

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

Sorry, the diff of this file is too big to display

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

Sorry, the diff of this file is too big to display