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

@0no-co/graphql.web

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0no-co/graphql.web - npm Package Compare versions

Comparing version 0.0.0-canary-20230324112433 to 0.0.0-canary-20230425125907

5

package.json
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
"version": "0.0.0-canary-20230324112433",
"version": "0.0.0-canary-20230425125907",
"author": "0no.co <hi@0no.co>",

@@ -95,3 +95,4 @@ "source": "./src/index.ts",

"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -98,0 +99,0 @@ "scripts": {

@@ -19,8 +19,8 @@ <div align="center">

`@0no-co/graphql.web` is an **experimental** library, aiming to provide an
absolute minimum of features and exports of `graphql` utilities that typical
GraphQL web apps or GraphQL clients need.
`@0no-co/graphql.web` is a utility library, aiming to provide the minimum of
functions that typical GraphQL clients need and would usually import from
`graphql`, e.g. a GraphQL query parser, printer, and visitor.
While its goal isn’t to be an exact match to [the GraphQL.js
API](https://graphql.org/graphql-js/graphql/) it aims to provide API- and
API](https://graphql.org/graphql-js/graphql/) it aims to remain API- and
type-compatible where possible and necessary. However, its goal is to provide

@@ -30,7 +30,11 @@ the smallest implementation for common GraphQL utilities that are still either

> **Note:** While this library can be used as a drop-in replacement for
> `graphql` in _some cases_, the [`graphql-web-lite`
> project](https://github.com/0no-co/graphql-web-lite) is maintained to be
> a full shim/alias for the `graphql` package.
> **Note:** If you’re instead looking for a drop-in replacement for the
> `graphql` package that you can just alias into your web apps, read more about
> the [`graphql-web-lite` project](https://github.com/0no-co/graphql-web-lite),
> which uses this library to shim the `graphql` package.
[`@urql/core`](https://github.com/urql-graphql/urql) depends on this package to
power its GraphQL query parsing and printing. **If you’re using `@urql/core@^4`
you’re already using this library! ✨**
### Overview

@@ -37,0 +41,0 @@

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