New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphql-tool-utilities

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-tool-utilities - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

lib/ast.d.ts

@@ -7,3 +7,3 @@ import './polyfills';

Mutation = "mutation",
Subscription = "subscription",
Subscription = "subscription"
}

@@ -10,0 +10,0 @@ export interface Variable {

export * from './ast';
export { getGraphQLProjectForSchemaPath, getGraphQLProjectIncludedFilePaths, getGraphQLProjects, getGraphQLSchemaPaths } from './config';
export { getGraphQLProjectForSchemaPath, getGraphQLProjectIncludedFilePaths, getGraphQLProjects, getGraphQLSchemaPaths, } from './config';
export * from './utilities';
{
"name": "graphql-tool-utilities",
"description": "Common utilities for GraphQL developer tools",
"version": "0.10.0",
"version": "0.10.1",
"types": "lib",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -11,4 +11,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = require("path");
const graphql_config_1 = require("graphql-config");
const path_1 = require("path");
const config_1 = require("../src/config");

@@ -15,0 +15,0 @@ jest.mock('fs', () => {

@@ -0,3 +1,3 @@

import {join} from 'path';
import {GraphQLConfig, GraphQLProjectConfig} from 'graphql-config';
import {join} from 'path';
import {

@@ -4,0 +4,0 @@ getGraphQLProjectForSchemaPath,

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = require("path");
const graphql_config_1 = require("graphql-config");
const path_1 = require("path");
const utilities_1 = require("../src/utilities");

@@ -6,0 +6,0 @@ jest.mock('fs', () => {

@@ -0,3 +1,3 @@

import {join} from 'path';
import {GraphQLConfigData, GraphQLProjectConfig} from 'graphql-config';
import {join} from 'path';
import {

@@ -4,0 +4,0 @@ defaultGraphQLProjectName,

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