Socket
Socket
Sign inDemoInstall

graphql-language-service-parser

Package Overview
Dependencies
Maintainers
3
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.3 to 0.0.4

7

dist/Rules.js

@@ -11,4 +11,4 @@ 'use strict';

/**
* Whitespace tokens defined in GraphQL spec.
*/
* Whitespace tokens defined in GraphQL spec.
*/
/**

@@ -130,3 +130,4 @@ * Copyright (c) Facebook, Inc.

switch (token.value) {
case 'true':case 'false':
case 'true':
case 'false':
return 'BooleanValue';

@@ -133,0 +134,0 @@ }

{
"name": "graphql-language-service-parser",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "0.0.3",
"version": "0.0.4",
"description": "An online parser for GraphQL for use in syntax-highlighters and code intelligence tools",

@@ -22,3 +22,3 @@ "contributors": [

"scripts": {
"test": "npm run lint && npm run check",
"test": "npm run lint",
"lint": "eslint src || (printf '\\033[33mTry: \\033[7m npm run lint -- --fix \\033[0m\\n' && exit 1)",

@@ -28,41 +28,7 @@ "build": "npm run build-js && npm run build-flow",

"build-flow": "babel-node scripts/build-flow.js",
"check": "flow check",
"prepublish": "node scripts/prepublish.js"
},
"dependencies": {
"graphql-language-service-types": "^0.0.9"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-eslint": "7.1.0",
"babel-plugin-check-es2015-constants": "6.8.0",
"babel-plugin-syntax-async-functions": "6.13.0",
"babel-plugin-transform-class-properties": "6.23.0",
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoping": "6.23.0",
"babel-plugin-transform-es2015-classes": "6.23.0",
"babel-plugin-transform-es2015-computed-properties": "6.8.0",
"babel-plugin-transform-es2015-destructuring": "6.22.0",
"babel-plugin-transform-es2015-duplicate-keys": "6.8.0",
"babel-plugin-transform-es2015-function-name": "6.9.0",
"babel-plugin-transform-es2015-literals": "6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.23.0",
"babel-plugin-transform-es2015-object-super": "6.8.0",
"babel-plugin-transform-es2015-parameters": "6.23.0",
"babel-plugin-transform-es2015-shorthand-properties": "6.18.0",
"babel-plugin-transform-es2015-spread": "6.8.0",
"babel-plugin-transform-es2015-template-literals": "6.8.0",
"babel-plugin-transform-flow-strip-types": "6.18.0",
"babel-plugin-transform-object-rest-spread": "6.22.0",
"babel-plugin-transform-regenerator": "6.16.1",
"babel-polyfill": "^6.16.0",
"babel-types": "6.22.0",
"eslint": "3.15.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-dependencies": "2.0.0",
"eslint-plugin-flowtype": "2.29.1",
"eslint-plugin-prefer-object-spread": "1.1.0",
"flow-bin": "0.39.0"
"graphql-language-service-types": "0.0.10"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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