Socket
Socket
Sign inDemoInstall

graphql-language-service-interface

Package Overview
Dependencies
Maintainers
13
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-language-service-interface - npm Package Compare versions

Comparing version 2.9.2 to 2.9.3

src/__tests__/__queries__/testQuery.graphql

11

CHANGELOG.md
# graphql-language-service-interface
## 2.9.3
### Patch Changes
- [`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf) [#2047](https://github.com/graphql/graphiql/pull/2047) Thanks [@willstott101](https://github.com/willstott101)! - Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package.
- Updated dependencies [[`bdd57312`](https://github.com/graphql/graphiql/commit/bdd573129844168749aba0aaa20e31b9da81aacf)]:
- graphql-language-service-parser@1.10.2
- graphql-language-service-types@1.8.5
- graphql-language-service-utils@2.6.2
## 2.9.2

@@ -4,0 +15,0 @@

11

package.json
{
"name": "graphql-language-service-interface",
"version": "2.9.2",
"version": "2.9.3",
"description": "Interface to the GraphQL Language Service",

@@ -18,3 +18,4 @@ "contributors": [

"dist",
"esm"
"esm",
"src"
],

@@ -31,5 +32,5 @@ "keywords": [

"dependencies": {
"graphql-language-service-parser": "^1.10.1",
"graphql-language-service-types": "^1.8.4",
"graphql-language-service-utils": "^2.6.1",
"graphql-language-service-parser": "^1.10.2",
"graphql-language-service-types": "^1.8.5",
"graphql-language-service-utils": "^2.6.2",
"vscode-languageserver-types": "^3.15.1"

@@ -36,0 +37,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