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

graphql-language-service-utils

Package Overview
Dependencies
Maintainers
8
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.3.1 to 2.3.2

esm/__tests__/getASTNodeAtPosition-test.d.ts

11

CHANGELOG.md

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

## [2.3.2](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.3.1...graphql-language-service-utils@2.3.2) (2019-12-03)
### Bug Fixes
* convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041))
## [2.3.1](https://github.com/graphql/graphiql/compare/graphql-language-service-utils@2.3.0...graphql-language-service-utils@2.3.1) (2019-11-26)

@@ -8,0 +19,0 @@

15

package.json
{
"name": "graphql-language-service-utils",
"version": "2.3.1",
"version": "2.3.2",
"description": "Utilities to support the GraphQL Language Service",

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

"files": [
"dist"
"dist",
"esm"
],

@@ -24,3 +25,4 @@ "keywords": [

"main": "dist/index.js",
"types": "src/index.ts",
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"engines": {

@@ -41,5 +43,8 @@ "node": ">= 9.7.3"

"graphql-config": "2.2.1",
"graphql-language-service-types": "^1.5.0"
"graphql-language-service-types": "^1.5.1"
},
"gitHead": "1a24c79073c70690d4a1b56080a58c8158fb11aa"
"devDependencies": {
"@types/jest": "^24.0.23"
},
"gitHead": "ed12bf7719e73c4c339779988a0e10b65be1d34e"
}
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