Socket
Socket
Sign inDemoInstall

@zoralabs/zdk-alpha

Package Overview
Dependencies
Maintainers
18
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zoralabs/zdk-alpha - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

14

dist/src/queries/queries-sdk.d.ts

@@ -1111,2 +1111,9 @@ import { GraphQLClient } from 'graphql-request';

status: string;
transactionInfo: {
__typename?: 'TransactionInfo';
blockNumber: number;
blockTimestamp: any;
transactionHash?: string | null;
logIndex?: number | null;
};
price?: {

@@ -1507,2 +1514,9 @@ __typename?: 'PriceAtTime';

status: string;
transactionInfo: {
__typename?: 'TransactionInfo';
blockNumber: number;
blockTimestamp: any;
transactionHash?: string | null;
logIndex?: number | null;
};
price?: {

@@ -1509,0 +1523,0 @@ __typename?: 'PriceAtTime';

6

dist/src/queries/queries-sdk.js

@@ -216,2 +216,5 @@ "use strict";

marketType
transactionInfo {
...TransactionDetails
}
price {

@@ -226,3 +229,4 @@ ...PriceSummary

}
${exports.PriceSummaryFragmentDoc}`;
${exports.TransactionDetailsFragmentDoc}
${exports.PriceSummaryFragmentDoc}`;
exports.MarketPropertiesFullFragmentDoc = (0, graphql_tag_1.default) `

@@ -229,0 +233,0 @@ fragment MarketPropertiesFull on MarketProperties {

2

package.json
{
"name": "@zoralabs/zdk-alpha",
"version": "0.0.9",
"version": "0.0.10",
"description": "ZDK alpha for fetching data from graphql api",

@@ -5,0 +5,0 @@ "repository": "https://github.com/ourzora/zdk-alpha",

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