New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.13 to 1.4.0

1

dist/index.d.ts

@@ -0,1 +1,2 @@

/// <reference types="express" />
import { Request, Response } from 'express';

@@ -2,0 +3,0 @@ import { MiddlewareOptions } from 'graphql-playground-html';

6

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

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

"scripts": {
"build": "tsc",
"build": "rimraf dist && tsc",
"prepare": "npm run build"

@@ -37,3 +37,3 @@ },

"dependencies": {
"graphql-playground-html": "^1.3.13",
"graphql-playground-html": "^1.4.0",
"graphql-playground-middleware": "^1.2.1-beta.6"

@@ -40,0 +40,0 @@ },

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