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
8
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 1.5.0 to 1.5.1

esm/index.d.ts

8

CHANGELOG.md

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

## [1.5.1](https://github.com/graphql/graphiql/compare/graphql-language-service-types@1.5.0...graphql-language-service-types@1.5.1) (2019-12-03)
**Note:** Version bump only for package graphql-language-service-types
# 1.5.0 (2019-10-04)

@@ -8,0 +16,0 @@

14

package.json
{
"name": "graphql-language-service-types",
"version": "1.5.0",
"version": "1.5.1",
"description": "Types for building GraphQL language services for IDEs",

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

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

@@ -24,8 +25,8 @@ "keywords": [

"main": "dist/index.js",
"typings": "src/index",
"module": "esm/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "yarn run build-ts && yarn run build-flow",
"build-ts": "tsc",
"build-flow": "node ../../resources/buildFlow.js",
"prepublish": "node ../../resources/prepublish.js"
"build-flow": "node ../../resources/buildFlow.js"
},

@@ -37,3 +38,4 @@ "peerDependencies": {

"graphql-config": "2.2.1"
}
},
"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