Socket
Socket
Sign inDemoInstall

apollo-server-core

Package Overview
Dependencies
Maintainers
4
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-server-core - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

package.json
{
"name": "apollo-server-core",
"version": "1.3.1",
"version": "1.3.2",
"description": "Core engine for Apollo GraphQL server",

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

"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0"
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0"
},

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

@@ -115,3 +115,3 @@ /* tslint:disable:no-unused-expression */

const query = `query { test `;
const expected = /Syntax Error GraphQL/;
const expected = /Syntax Error/;
return runQuery({

@@ -118,0 +118,0 @@ schema,

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