Socket
Socket
Sign inDemoInstall

apollo-server-core

Package Overview
Dependencies
22
Maintainers
1
Versions
314
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0 to 3.4.1

2

dist/plugin/landingPage/graphqlPlayground/index.js

@@ -5,3 +5,3 @@ "use strict";

const graphql_playground_html_1 = require("@apollographql/graphql-playground-html");
const defaultPlaygroundVersion = '1.7.41';
const defaultPlaygroundVersion = '1.7.42';
function ApolloServerPluginLandingPageGraphQLPlayground(options = Object.create(null)) {

@@ -8,0 +8,0 @@ return {

{
"name": "apollo-server-core",
"version": "3.4.0",
"version": "3.4.1",
"description": "Core engine for Apollo GraphQL server",

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

},
"gitHead": "7861ba22c9e4caf037e7a1cec71191b9b0deb71b"
"gitHead": "f3fcbfe09957806df06f8de431877dd39d8b97c0"
}

@@ -23,3 +23,3 @@ // This is the landing page plugin for GraphQL Playground. It wraps

// `renderPlaygroundPage` via the integration packages' `playground` config.
const defaultPlaygroundVersion = '1.7.41';
const defaultPlaygroundVersion = '1.7.42';

@@ -26,0 +26,0 @@ export type ApolloServerPluginLandingPageGraphQLPlaygroundOptions = Parameters<

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc