Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cardano-graphql-ts

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cardano-graphql-ts - npm Package Compare versions

Comparing version 1.0.0-rc.10 to 1.0.0-rc.11

3

dist/index.d.ts

@@ -373,2 +373,3 @@ export declare type Maybe<T> = T | null;

block?: Maybe<Block>;
blockIndex: Scalars['Int'];
fee: Scalars['BigInt'];

@@ -431,2 +432,3 @@ hash: Scalars['Hash32HexString'];

block?: Maybe<Block_Bool_Exp>;
blockIndex?: Maybe<Int_Comparison_Exp>;
fee?: Maybe<BigInt_Comparison_Exp>;

@@ -454,2 +456,3 @@ hash?: Maybe<Hash32HexString_Comparison_Exp>;

block?: Maybe<Order_By>;
blockIndex?: Maybe<Order_By>;
fee?: Maybe<Order_By>;

@@ -456,0 +459,0 @@ includedAt?: Maybe<Order_By>;

4

package.json
{
"name": "cardano-graphql-ts",
"version": "1.0.0-rc.10",
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included",
"version": "1.0.0-rc.11",
"description": "A client package for Cardano GraphQL, including the GraphQL schema and TypeScript definitions generated from it",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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