Socket
Socket
Sign inDemoInstall

apollo-server-koa

Package Overview
Dependencies
Maintainers
5
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-server-koa - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

10

package.json
{
"name": "apollo-server-koa",
"version": "1.3.3",
"version": "1.3.4",
"description": "Production-ready Node.js GraphQL server for Koa",

@@ -28,11 +28,11 @@ "main": "dist/index.js",

"dependencies": {
"apollo-server-core": "^1.3.3",
"apollo-server-module-graphiql": "^1.3.3"
"apollo-server-core": "^1.3.4",
"apollo-server-module-graphiql": "^1.3.4"
},
"devDependencies": {
"@types/graphql": "0.12.6",
"@types/graphql": "0.12.7",
"@types/koa": "2.0.44",
"@types/koa-bodyparser": "4.2.0",
"@types/koa-router": "7.0.27",
"apollo-server-integration-testsuite": "^1.3.3",
"apollo-server-integration-testsuite": "^1.3.4",
"koa": "2.5.0",

@@ -39,0 +39,0 @@ "koa-bodyparser": "4.2.0",

@@ -8,3 +8,3 @@ ---

This is the Koa integration of Apollo Server. Apollo Server is a community-maintained open-source Apollo Server that works with all Node.js HTTP server frameworks: Express, Connect, Hapi, Koa and Restify. [Read the docs](https://www.apollographql.com/docs/apollo-server/).
This is the Koa integration of Apollo Server. Apollo Server is a community-maintained open-source Apollo Server that works with all Node.js HTTP server frameworks: Express, Connect, Hapi, Koa and Restify. [Read the docs](https://www.apollographql.com/docs/apollo-server/). [Read the CHANGELOG.](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)

@@ -11,0 +11,0 @@ ```sh

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