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

graphi

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphi - npm Package Compare versions

Comparing version 5.3.1 to 5.3.2

2

lib/index.js

@@ -100,3 +100,5 @@ 'use strict';

exports.graphql = Graphql;
internals.graphqlHandler = async function (request, h) {

@@ -103,0 +105,0 @@ if (request.method.toUpperCase() === 'OPTIONS') {

2

package.json
{
"name": "graphi",
"version": "5.3.1",
"version": "5.3.2",
"description": "hapi graphql plugin",

@@ -5,0 +5,0 @@ "main": "lib",

@@ -32,2 +32,6 @@ 'use strict';

it('exposes graphql library as a property', () => {
expect(Graphi.graphql).to.exist();
});
it('will handle graphql GET requests with promise resolver', async () => {

@@ -34,0 +38,0 @@ const 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