Socket
Socket
Sign inDemoInstall

apollo-server-koa

Package Overview
Dependencies
Maintainers
1
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 3.6.7 to 3.6.8

10

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

@@ -36,4 +36,4 @@ "main": "dist/index.js",

"accepts": "^1.3.7",
"apollo-server-core": "^3.6.7",
"apollo-server-types": "^3.5.2",
"apollo-server-core": "^3.6.8",
"apollo-server-types": "^3.5.3",
"koa-bodyparser": "^4.3.0",

@@ -43,3 +43,3 @@ "koa-compose": "^4.1.0"

"devDependencies": {
"apollo-server-integration-testsuite": "^3.6.7"
"apollo-server-integration-testsuite": "^3.6.8"
},

@@ -50,3 +50,3 @@ "peerDependencies": {

},
"gitHead": "7678672824691c1af87a982492b45a473f35d4b1"
"gitHead": "c4a3f346533885df825297853610c1367fa984de"
}

@@ -101,3 +101,3 @@ import type Koa from 'koa';

if (cors === true || cors === undefined) {
// Unlike the express `cors` package, `fastify-cors`, or Hapi, Koa's cors
// Unlike the express `cors` package, `@fastify/cors`, or Hapi, Koa's cors
// handling defaults to reflecting the incoming origin instead of '*'.

@@ -104,0 +104,0 @@ // Let's make it match.

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