Socket
Socket
Sign inDemoInstall

@foo-software/ghost-graphql-server

Package Overview
Dependencies
312
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.15 to 2.0.16

4

dist/bin/ghost-graphql-server.js

@@ -18,7 +18,7 @@ #!/usr/bin/env node

const createGhostGraphQLServer_1 = __importDefault(require("../createGhostGraphQLServer"));
const cli = meow_1.default();
const cli = (0, meow_1.default)();
const { port = 4000 } = cli.flags;
const startServer = () => __awaiter(void 0, void 0, void 0, function* () {
try {
const server = createGhostGraphQLServer_1.default({
const server = (0, createGhostGraphQLServer_1.default)({
onHealthCheck: () => {

@@ -25,0 +25,0 @@ // we could check on any queries and reject the promise, if

{
"name": "@foo-software/ghost-graphql-server",
"version": "2.0.15",
"version": "2.0.16",
"author": "Adam Henson <adamhenson1979@gmail.com> (https://github.com/adamhenson)",

@@ -32,3 +32,3 @@ "description": "An Apollo GraphQL server for Ghost supporting programmatic or CLI usage.",

"dependencies": {
"@foo-software/ghost-graphql": "^2.0.15",
"@foo-software/ghost-graphql": "^2.0.16",
"@types/meow": "^5.0.0",

@@ -48,3 +48,3 @@ "apollo-server": "^2.18.2",

},
"gitHead": "a61e740534c9f91a07e110fce6b02c66076f6d92"
"gitHead": "9ab938fb08777184285c94cb347e8aeb09f65c69"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc