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.0 to 2.3.1

dist/file.d.ts

11

CHANGELOG.md

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

## [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)
### Bug Fixes
* webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))
# 2.3.0 (2019-10-04)

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

1

dist/index.d.ts
export { getASTNodeAtPosition, pointToOffset } from './getASTNodeAtPosition';
export { Position, Range, locToRange, offsetToPosition } from './Range';
export { validateWithCustomRules } from './validateWithCustomRules';
export { requireFile, resolveFile } from './file';
//# sourceMappingURL=index.d.ts.map

@@ -13,2 +13,5 @@ "use strict";

exports.validateWithCustomRules = validateWithCustomRules_1.validateWithCustomRules;
var file_1 = require("./file");
exports.requireFile = file_1.requireFile;
exports.resolveFile = file_1.resolveFile;
//# sourceMappingURL=index.js.map

12

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

@@ -24,2 +24,6 @@ "contributors": [

"types": "src/index.ts",
"engines": {
"node": ">= 9.7.3"
},
"engineStrict": true,
"scripts": {

@@ -29,4 +33,3 @@ "test": "node ../../resources/runTests.js",

"build-ts": "tsc",
"build-flow": "node ../../resources/buildFlow.js",
"prepublish": "node ../../resources/prepublish.js"
"build-flow": "node ../../resources/buildFlow.js"
},

@@ -39,3 +42,4 @@ "peerDependencies": {

"graphql-language-service-types": "^1.5.0"
}
},
"gitHead": "1a24c79073c70690d4a1b56080a58c8158fb11aa"
}

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