koa-graphql
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -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": "koa-graphql", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Production ready GraphQL Koa middleware.", | ||
@@ -67,25 +67,25 @@ "contributors": [ | ||
"dependencies": { | ||
"babel-runtime": "^6.18.0", | ||
"express-graphql": "^0.6.1", | ||
"http-errors": "^1.5.0", | ||
"babel-runtime": "^6.22.0", | ||
"express-graphql": "^0.6.2", | ||
"http-errors": "^1.5.1", | ||
"thenify": "^3.2.1" | ||
}, | ||
"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", | ||
"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", | ||
"chai": "^3.5.0", | ||
"co-body": "^4.2.0", | ||
"coveralls": "^2.11.15", | ||
"eslint": "3.10.0", | ||
"eslint-plugin-babel": "^3.3.0", | ||
"eslint-plugin-flowtype": "2.25.0", | ||
"flow-bin": "^0.35.0", | ||
"graphql": "^0.8.1", | ||
"eslint": "3.14.0", | ||
"eslint-plugin-babel": "^4.0.1", | ||
"eslint-plugin-flowtype": "2.30.0", | ||
"flow-bin": "^0.38.0", | ||
"graphql": "^0.9.0", | ||
"isparta": "^4.0.0", | ||
@@ -95,6 +95,6 @@ "koa": "^1.2.4", | ||
"koa-session": "^3.4.0", | ||
"mocha": "^3.1.2", | ||
"multer": "^1.2.0", | ||
"raw-body": "^2.1.7", | ||
"sane": "^1.4.1", | ||
"mocha": "^3.2.0", | ||
"multer": "^1.2.1", | ||
"raw-body": "^2.2.0", | ||
"sane": "^1.5.0", | ||
"supertest": "2.0.1", | ||
@@ -104,4 +104,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" | ||
} | ||
} |
@@ -40,3 +40,3 @@ # GraphQL Koa Middleware | ||
```js | ||
const koa = require('koa'); | ||
const Koa = require('koa'); | ||
const mount = require('koa-mount'); // koa-mount@2.x | ||
@@ -57,3 +57,3 @@ const convert = require('koa-convert'); | ||
```js | ||
const koa = require('koa'); | ||
const Koa = require('koa'); | ||
const Router = require('koa-router'); // koa-router@7.x | ||
@@ -60,0 +60,0 @@ const convert = require('koa-convert'); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30531
1
+ Addedgraphql@0.9.6(transitive)
- Removedgraphql@0.8.2(transitive)
- Removediterall@1.0.2(transitive)
Updatedbabel-runtime@^6.22.0
Updatedexpress-graphql@^0.6.2
Updatedhttp-errors@^1.5.1