Socket
Socket
Sign inDemoInstall

@graphql-toolkit/common

Package Overview
Dependencies
Maintainers
3
Versions
711
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-toolkit/common - npm Package Compare versions

Comparing version 0.10.5-alpha-f143074.10 to 0.10.5

2

helpers.d.ts

@@ -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): 1 | 0 | -1;
export declare function compareStrings<A, B>(a: A, b: B): 0 | 1 | -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.5-alpha-f143074.10+f143074",
"version": "0.10.5",
"description": "Common package containting utils and types for GraphQL Toolkit",

@@ -5,0 +5,0 @@ "peerDependencies": {

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