Socket
Socket
Sign inDemoInstall

graphql-server-express

Package Overview
Dependencies
18
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.5.0

12

package.json
{
"name": "graphql-server-express",
"version": "0.4.4",
"version": "0.5.0",
"description": "Production-ready Node.js GraphQL server for Express and Connect",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"dependencies": {
"graphql-server-core": "^0.4.4",
"graphql-server-core": "^0.5.0",
"graphql-server-module-graphiql": "^0.4.4"

@@ -38,8 +38,7 @@ },

"@types/multer": "0.0.32",
"graphql-server-integration-testsuite": "^0.4.4",
"graphql-server-integration-testsuite": "^0.5.0",
"body-parser": "^1.15.2",
"connect": "^3.4.1",
"express": "^4.14.0",
"multer": "^1.2.0",
"typed-graphql": "^1.0.2"
"multer": "^1.2.0"
},

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

"optionalDependencies": {
"@types/express": "^4.0.33"
"@types/express": "^4.0.33",
"@types/graphql": "^0.8.5"
},

@@ -53,0 +53,0 @@ "typings": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc