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

@faststore/graphql-utils

Package Overview
Dependencies
Maintainers
13
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faststore/graphql-utils - npm Package Compare versions

Comparing version 1.10.18 to 1.10.20

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.10.20](https://github.com/vtex/faststore/compare/v1.10.19...v1.10.20) (2022-07-22)
**Note:** Version bump only for package @faststore/graphql-utils
## 1.10.18 (2022-07-20)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@faststore/graphql-utils",
"version": "1.10.18",
"version": "1.10.20",
"description": "GraphQL utilities",

@@ -34,3 +34,3 @@ "repository": {

},
"gitHead": "a6f5e44b68bde5b811a345bffb7bec697e8f3933"
"gitHead": "d76d959a091f035f95eba4d02d9f23d86d242875"
}

@@ -1,2 +0,2 @@

# @vtex/graphql-utils
# @faststore/graphql-utils

@@ -34,3 +34,3 @@ GraphQL utilities to use GraphQL over HTTP with ZERO bundle sizes

```sh
$ yarn add @vtex/graphql-utils
$ yarn add @faststore/graphql-utils
```

@@ -48,3 +48,3 @@

plugins:
- @vtex/graphql-utils/codegen
- @faststore/graphql-utils/codegen
```

@@ -68,3 +68,3 @@

actions.setBabelPlugin({
name: `@vtex/graphql-utils/babel`,
name: `@faststore/graphql-utils/babel`,
options: {},

@@ -82,3 +82,3 @@ })

```tsx
import { gql, request } from '@vtex/graphql-utils'
import { gql, request } from '@faststore/graphql-utils'

@@ -102,3 +102,3 @@ const MyQuery = gql`

```tsx
import { request } from '@vtex/graphql-utils'
import { request } from '@faststore/graphql-utils'

@@ -114,3 +114,3 @@ const useQuery = ({ operationName, variables }) =>

```tsx
import { gql } from '@vtex/graphql-utils'
import { gql } from '@faststore/graphql-utils'

@@ -117,0 +117,0 @@ const MyQuery = qql`

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