graphql-language-service-utils
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -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 @@ |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65616
60
728
1
18