New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@operato/graphql

Package Overview
Dependencies
Maintainers
4
Versions
212
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.2.0 to 1.2.6

10

CHANGELOG.md

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

### [1.2.6](https://github.com/hatiolab/operato/compare/v1.2.5...v1.2.6) (2023-03-18)
### :bug: Bug Fix
* upgrade @apollo/server V4 ([8cacf10](https://github.com/hatiolab/operato/commit/8cacf10a16c38880945c0a18872f0825815f2afb))
* upgrade @apollo/server V4 ([7ee7ead](https://github.com/hatiolab/operato/commit/7ee7ead2bfac4b1744a79fe25858fc37d21a2c3d))
## [1.2.0](https://github.com/hatiolab/operato/compare/v1.1.84...v1.2.0) (2023-03-06)

@@ -8,0 +18,0 @@

1

dist/src/graphql-client.js

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

import { getMainDefinition } from '@apollo/client/utilities';
// import { persistCache } from 'apollo-cache-persist'
export const GRAPHQL_URI = '/graphql';

@@ -10,0 +9,0 @@ export const SUBSCRIPTION_URI = GRAPHQL_URI;

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

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

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

"@open-wc/testing": "^3.1.6",
"@types/apollo-upload-client": "^17.0.1",
"@types/apollo-upload-client": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",

@@ -113,3 +113,3 @@ "@typescript-eslint/parser": "^4.33.0",

},
"gitHead": "7b4a27e31f0da517352d5ebde600299584013bf9"
"gitHead": "2a0a66f05596db4fe74c180820fe71d2962c6c22"
}

@@ -19,4 +19,2 @@ import { createUploadLink } from 'apollo-upload-client'

// import { persistCache } from 'apollo-cache-persist'
export const GRAPHQL_URI = '/graphql'

@@ -23,0 +21,0 @@ export const SUBSCRIPTION_URI = GRAPHQL_URI

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