@graphql-toolkit/common
Advanced tools
Comparing version 0.10.6 to 0.10.7-alpha-00894dc.0
@@ -10,4 +10,4 @@ import { ASTNode } from 'graphql'; | ||
export declare function resolveBuiltinModuleSync<Module>(moduleName: string, option?: Module | string): Module; | ||
export declare function compareStrings<A, B>(a: A, b: B): 0 | 1 | -1; | ||
export declare function compareStrings<A, B>(a: A, b: B): 1 | 0 | -1; | ||
export declare function nodeToString(a: ASTNode): string; | ||
export declare function compareNodes(a: ASTNode, b: ASTNode, customFn?: (a: any, b: any) => number): number; |
{ | ||
"name": "@graphql-toolkit/common", | ||
"version": "0.10.6", | ||
"version": "0.10.7-alpha-00894dc.0+00894dc", | ||
"description": "Common package containting utils and types for GraphQL Toolkit", | ||
@@ -5,0 +5,0 @@ "peerDependencies": { |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the 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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
227071
0
1