New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-ready

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ready - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

6

lib/express-graphql/index.js

@@ -19,3 +19,3 @@

<head>
<title>Simple GraphiQL Example</title>
<title>GraphiQL</title>
<link href="https://unpkg.com/graphiql/graphiql.min.css" rel="stylesheet" />

@@ -98,3 +98,3 @@ </head>

if (schemaValidationErrors.length > 0) {
throw new Error('GraphQL schema validation error.')
throw schemaValidationErrors[0]
}

@@ -106,3 +106,3 @@

if (validationErrors.length > 0) {
throw new Error('GraphQL validation error.')
throw validationErrors[0]
}

@@ -109,0 +109,0 @@

{
"name": "graphql-ready",
"version": "7.0.0",
"version": "7.0.1",
"description": "make graphql ready for start",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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