Socket
Socket
Sign inDemoInstall

graphql-server-express

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-server-express - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

2

dist/connectApollo.js
"use strict";
const expressApollo_1 = require('./expressApollo');
const expressApollo_1 = require("./expressApollo");
exports.graphqlConnect = expressApollo_1.graphqlExpress;
exports.graphiqlConnect = expressApollo_1.graphiqlExpress;
//# sourceMappingURL=connectApollo.js.map

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

function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator.throw(value)); } catch (e) { reject(e); } }
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }

@@ -11,6 +11,6 @@ step((generator = generator.apply(thisArg, _arguments)).next());

};
const graphql = require('graphql');
const url = require('url');
const graphql_server_core_1 = require('graphql-server-core');
const GraphiQL = require('graphql-server-module-graphiql');
const graphql = require("graphql");
const url = require("url");
const graphql_server_core_1 = require("graphql-server-core");
const GraphiQL = require("graphql-server-module-graphiql");
function graphqlExpress(options) {

@@ -17,0 +17,0 @@ if (!options) {

"use strict";
var expressApollo_1 = require('./expressApollo');
var expressApollo_1 = require("./expressApollo");
exports.graphqlExpress = expressApollo_1.graphqlExpress;
exports.graphiqlExpress = expressApollo_1.graphiqlExpress;
var connectApollo_1 = require('./connectApollo');
var connectApollo_1 = require("./connectApollo");
exports.graphqlConnect = connectApollo_1.graphqlConnect;
exports.graphiqlConnect = connectApollo_1.graphiqlConnect;
//# sourceMappingURL=index.js.map
{
"name": "graphql-server-express",
"version": "0.4.3",
"version": "0.4.4",
"description": "Production-ready Node.js GraphQL server for Express and Connect",

@@ -29,4 +29,4 @@ "main": "dist/index.js",

"dependencies": {
"graphql-server-core": "^0.4.3",
"graphql-server-module-graphiql": "^0.4.3"
"graphql-server-core": "^0.4.4",
"graphql-server-module-graphiql": "^0.4.4"
},

@@ -38,3 +38,3 @@ "devDependencies": {

"@types/multer": "0.0.32",
"graphql-server-integration-testsuite": "^0.4.3",
"graphql-server-integration-testsuite": "^0.4.4",
"body-parser": "^1.15.2",

@@ -47,3 +47,3 @@ "connect": "^3.4.1",

"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0"
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
},

@@ -50,0 +50,0 @@ "optionalDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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