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.6 to 1.2.7

2

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

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

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

```ts
import { arGql } from 'ar-gql'
import { arGql, GQLUrls } from 'ar-gql'

@@ -40,3 +40,3 @@ //...

// you can set up another instance with another endpoint
const goldsky = arGql('https://arweave-search.goldsky.com/graphql')
const goldsky = arGql(GQLUrls.goldsky) // 'https://arweave-search.goldsky.com/graphql'
// and use it at the same time

@@ -43,0 +43,0 @@ const edges = await goldsky.tx(someTxid)

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