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

ar-gql

Package Overview
Dependencies
Maintainers
2
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 1.2.3 to 1.2.4

2

package.json
{
"name": "ar-gql",
"version": "1.2.3",
"version": "1.2.4",
"main": "dist/index",

@@ -5,0 +5,0 @@ "types": "dist/index",

@@ -38,3 +38,3 @@ # `ar-gql` version 1

// you can set up another instance with another enpoint
// you can set up another instance with another endpoint
const goldsky = arGql('https://arweave-search.goldsky.com/graphql')

@@ -62,3 +62,3 @@ // and use it at the same time

The query passed in must follow the outline shown below:
Your query must follow the template shown below:

@@ -88,4 +88,4 @@ ```

The optional `pageCallback` feature is the convenience functon to process pages as they are returned. The page results are processed asynchronously, and the function `all` returns after all callback functions have completed internally.
> N.B When a callback function is passed to `all`, `all` returns an empty edges array once all page callbacks are complete `[]`.
The optional `pageCallback` feature is a convenience function to process pages as they are returned. The page results are processed asynchronously, and the function `all` returns after all callback functions have completed internally.
> N.B When a callback function is used, `all` returns an empty edges array once all page callbacks are complete `[]`.

@@ -92,0 +92,0 @@ ### `tx(id)`

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