New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-graphql

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-graphql - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

dist/index.js.flow

2

dist/renderGraphiQL.js

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

// Current latest version of GraphiQL.
var GRAPHIQL_VERSION = '0.9.3';
var GRAPHIQL_VERSION = '0.10.1';

@@ -13,0 +13,0 @@ // Ensures string values are safe to be used within a <script> tag.

{
"name": "koa-graphql",
"version": "0.7.0",
"version": "0.7.1",
"description": "Production ready GraphQL Koa middleware.",

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

"check": "flow check",
"build": "rm -rf dist/* && babel src --ignore __tests__ --out-dir dist -b regenerator",
"build": "rm -rf dist/* && babel src --ignore __tests__ --out-dir dist -b regenerator && npm run build:flow",
"build:flow": "find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/dist\\//g'`.flow; done",
"watch": "node resources/watch.js",

@@ -85,8 +86,7 @@ "cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",

"co-body": "^5.1.1",
"coveralls": "^2.13.0",
"coveralls": "^2.13.1",
"eslint": "3.19.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "2.32.1",
"flow-bin": "^0.44.2",
"graphql": "^0.9.3",
"eslint-plugin-flowtype": "2.33.0",
"flow-bin": "^0.46.0",
"graphql": "^0.9.6",
"isparta": "^4.0.0",

@@ -96,12 +96,11 @@ "koa": "^2.2.0",

"koa-session": "^5.0.0",
"mocha": "^3.2.0",
"mocha": "^3.4.1",
"multer": "^1.3.0",
"raw-body": "^2.2.0",
"sane": "^1.6.0",
"supertest": "3.0.0",
"supertest-as-promised": "^4.0.2"
"supertest": "3.0.0"
},
"peerDependencies": {
"graphql": "^0.9.2"
"graphql": "^0.9.6"
}
}
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