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

ar-gql

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ar-gql - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

dist/index.d.ts

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

import GQLResultInterface, { GQLNodeInterface } from "./types";
import GQLResultInterface, { GQLEdgeInterface, GQLNodeInterface } from "./types";
export declare const run: (query: string, variables?: Record<string, unknown> | undefined) => Promise<GQLResultInterface>;
export declare const all: (query: string, variables?: Record<string, unknown> | undefined) => Promise<any>;
export declare const all: (query: string, variables?: Record<string, unknown> | undefined) => Promise<GQLEdgeInterface[]>;
export declare const tx: (id: string) => Promise<GQLNodeInterface>;
export declare const fetchTxTag: (id: string, name: string) => Promise<string | undefined>;
{
"name": "ar-gql",
"version": "0.0.2",
"version": "0.0.3",
"author": "John Letey <johnletey@gmail.com>",

@@ -5,0 +5,0 @@ "repository": "git@github.com:johnletey/arGQL.git",

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