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

graphql-yoga

Package Overview
Dependencies
Maintainers
2
Versions
4020
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-yoga - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

3

dist/src/types.d.ts
/// <reference types="express" />
/// <reference types="cors" />
import { Request } from 'express';
import { Request, Response } from 'express';
import { CorsOptions } from 'cors';

@@ -27,2 +27,3 @@ import { GraphQLSchema, GraphQLFieldResolver, GraphQLScalarType, GraphQLIsTypeOfFn, GraphQLTypeResolver, ValidationContext } from 'graphql';

request: Request;
response: Response;
connection: ExecutionParams;

@@ -29,0 +30,0 @@ }

{
"name": "graphql-yoga",
"version": "1.8.1",
"version": "1.8.2",
"main": "dist/src/index.js",

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

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