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

graphql-language-service-types

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.9 to 0.0.10

18

package.json
{
"name": "graphql-language-service-types",
"repository": "https://github.com/graphql/graphql-language-service",
"version": "0.0.9",
"version": "0.0.10",
"description": "Types for building GraphQL language services for IDEs",

@@ -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,19 +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": "0.9.1"
},
"devDependencies": {
"babel-cli": "6.23.0",
"babel-eslint": "7.1.0",
"babel-plugin-transform-flow-strip-types": "6.18.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",
"flow-bin": "0.39.0"
"graphql": "^0.9.1"
}
}

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