graphql-extensions
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22552
12
1