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

@operato/graphql

Package Overview
Dependencies
Maintainers
6
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/graphql - npm Package Compare versions

Comparing version 1.12.5 to 1.12.6

8

CHANGELOG.md

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

### [1.12.6](https://github.com/hatiolab/operato/compare/v1.12.5...v1.12.6) (2024-01-03)
**Note:** Version bump only for package @operato/graphql
### [1.12.5](https://github.com/hatiolab/operato/compare/v1.12.4...v1.12.5) (2024-01-03)

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

2

dist/src/graphql-client.js

@@ -74,3 +74,3 @@ import { createUploadLink } from 'apollo-upload-client';

const cache = new InMemoryCache({
addTypename: false
addTypename: true
// dataIdFromObject: object => object.key

@@ -77,0 +77,0 @@ });

@@ -5,3 +5,3 @@ {

"author": "heartyoh@hatiolab.com",
"version": "1.12.5",
"version": "1.12.6",
"main": "dist/src/index.js",

@@ -114,3 +114,3 @@ "module": "dist/src/index.js",

},
"gitHead": "883e679d1527b1b6aef4651a891a35ab1140051a"
"gitHead": "6a559abb868b9faf5b4ed0731df4909bfe09451f"
}

@@ -100,3 +100,3 @@ import { createUploadLink } from 'apollo-upload-client'

const cache = new InMemoryCache({
addTypename: false
addTypename: true
// dataIdFromObject: object => object.key

@@ -103,0 +103,0 @@ })

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