Socket
Socket
Sign inDemoInstall

graphql-extensions

Package Overview
Dependencies
Maintainers
2
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-extensions - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

.github/ISSUE_TEMPLATE.md

2

lib/index.d.ts

@@ -14,3 +14,3 @@ import { GraphQLSchema, GraphQLField, GraphQLResolveInfo } from 'graphql';

requestDidEnd?(): void;
format?(): [string, any];
format?(): [string, any] | undefined;
}

@@ -17,0 +17,0 @@ export declare class GraphQLExtensionStack<TContext = any> {

{
"name": "graphql-extensions",
"version": "0.0.8",
"version": "0.0.9",
"description": "Add extensions to GraphQL servers",

@@ -28,13 +28,13 @@ "main": "./lib/index.js",

"peerDependencies": {
"graphql": "^0.10.0 || ^0.11.0 || ^0.12.0"
"graphql": "0.10.x - 0.13.x"
},
"devDependencies": {
"@types/graphql": "^0.11.8",
"@types/jest": "^22.0.1",
"@types/node": "^9.3.0",
"graphql": "^0.12.3",
"jest": "^22.1.1",
"jest-matcher-utils": "^22.1.0",
"ts-jest": "^22.0.1",
"typescript": "^2.6.2"
"@types/graphql": "^0.12.6",
"@types/jest": "^22.2.2",
"@types/node": "^9.6.0",
"graphql": "^0.13.2",
"jest": "^22.4.3",
"jest-matcher-utils": "^22.4.3",
"ts-jest": "^22.4.2",
"typescript": "^2.7.2"
},

@@ -41,0 +41,0 @@ "jest": {

@@ -31,3 +31,3 @@ import {

format?(): [string, any];
format?(): [string, any] | undefined;
}

@@ -34,0 +34,0 @@

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