Socket
Socket
Sign inDemoInstall

express-graphql

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-graphql - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

dist/renderGraphiQL.js

@@ -12,3 +12,3 @@ 'use strict';

// Ensures string values are save to be used within a <script> tag.
// Ensures string values are safe to be used within a <script> tag.

@@ -15,0 +15,0 @@ /**

{
"name": "express-graphql",
"version": "0.6.1",
"version": "0.6.2",
"description": "Production ready GraphQL HTTP middleware.",

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

"accepts": "^1.3.0",
"content-type": "^1.0.0",
"content-type": "^1.0.2",
"http-errors": "^1.3.0",

@@ -68,29 +68,27 @@ "raw-body": "^2.1.0"

"devDependencies": {
"babel-cli": "6.18.0",
"babel-eslint": "7.1.0",
"babel-plugin-transform-async-to-generator": "6.16.0",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-flow-strip-types": "6.18.0",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-register": "6.18.0",
"babel-runtime": "6.18.0",
"body-parser": "1.15.2",
"babel-cli": "6.22.2",
"babel-eslint": "7.1.1",
"babel-plugin-transform-async-to-generator": "6.22.0",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-runtime": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-register": "6.22.0",
"babel-runtime": "6.22.0",
"body-parser": "1.16.0",
"chai": "3.5.0",
"connect": "3.5.0",
"content-type": "1.0.2",
"coveralls": "2.11.15",
"eslint": "3.10.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-flowtype": "2.25.0",
"eslint": "3.14.0",
"eslint-plugin-babel": "4.0.1",
"eslint-plugin-flowtype": "2.30.0",
"express": "4.14.0",
"express3": "*",
"flow-bin": "0.35.0",
"graphql": "0.8.1",
"flow-bin": "0.38.0",
"graphql": "0.9.0",
"isparta": "4.0.0",
"mocha": "3.1.2",
"multer": "1.2.0",
"raw-body": "2.1.7",
"sane": "1.4.1",
"sinon": "1.17.6",
"mocha": "3.2.0",
"multer": "1.2.1",
"sane": "1.5.0",
"sinon": "1.17.7",
"supertest": "2.0.1",

@@ -100,4 +98,4 @@ "supertest-as-promised": "4.0.2"

"peerDependencies": {
"graphql": "^0.5.0-b || ^0.6.0 || ^0.7.0 || ^0.8.0-b"
"graphql": "^0.5.0-b || ^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0"
}
}
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