Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gql-tools

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql-tools - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

server/index.html

2

package.json
{
"name": "gql-tools",
"description": "GraphQL Tools for schema handling.",
"version": "0.0.11",
"version": "0.0.12",
"author": "Alberto Mijares <almilo@almilo.es>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -18,5 +18,2 @@ var fs = require('fs');

express()
.get('/', function (req, res) {
res.redirect(graphqlEndpoint);
})
.use(express.static(__dirname))

@@ -23,0 +20,0 @@ .use(graphqlEndpoint, graphqlHTTP({

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