Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-playground-middleware-express

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-playground-middleware-express - npm Package Compare versions

Comparing version 1.7.16 to 1.7.18

CHANGELOG.md

7

package.json
{
"name": "graphql-playground-middleware-express",
"version": "1.7.16",
"version": "1.7.18",
"homepage": "https://github.com/graphcool/graphql-playground/tree/master/packages/graphql-playground-middleware-express",

@@ -37,3 +37,3 @@ "description": "GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).",

"dependencies": {
"graphql-playground-html": "1.6.22"
"graphql-playground-html": "1.6.25"
},

@@ -43,3 +43,4 @@ "typings": "dist/index.d.ts",

"definition": "dist/index.d.ts"
}
},
"gitHead": "fb9d5bcc29e28182594fe2e31340b392af70b7d2"
}
# graphql-playground-middleware-express
> Express middleware to expose an endpoint for the GraphQL Playground IDE
> **SECURITY NOTE**: All versions of `graphql-playground-express` until `1.7.15` or later have a security vulnerability when unsanitized user input is used while invoking `expressPlayground()`. [Read more below](#security-notes)
> **SECURITY NOTE**: All versions of `graphql-playground-express` until `1.7.16` or later have a security vulnerability when unsanitized user input is used while invoking `expressPlayground()`. [Read more below](#security-notes)

@@ -36,3 +36,3 @@ ## Installation

All versions before `1.7.15` were vulnerable to user-defined input to `expressPlayground()`. Read more in [the security notes](https://github.com/prisma/graphql-playground/tree/master/SECURITY.md)
All versions before `1.7.16` were vulnerable to user-defined input to `expressPlayground()`. Read more in [the security notes](https://github.com/prisma/graphql-playground/tree/master/SECURITY.md)

@@ -44,5 +44,5 @@ ### Security Upgrade Steps

**yarn:**
`yarn add graphql-playground-express@^1.7.15`
`yarn add graphql-playground-express@^1.7.16`
**npm:**
`npm install --save graphql-playground-express@^1.7.15`
`npm install --save graphql-playground-express@^1.7.16`
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