Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-validate-fixtures

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-validate-fixtures - npm Package Compare versions

Comparing version 0.9.1 to 0.10.0

3

lib/index.js

@@ -16,3 +16,2 @@ "use strict";

const graphql_tool_utilities_1 = require("graphql-tool-utilities");
const ast_1 = require("graphql-tool-utilities/ast");
const validate_1 = require("./validate");

@@ -47,3 +46,3 @@ function evaluateFixtures(fixturePaths, { cwd }) {

return {
ast: ast_1.compile(schema, document),
ast: graphql_tool_utilities_1.compile(schema, document),
config: projectConfig,

@@ -50,0 +49,0 @@ };

import { GraphQLProjectConfig } from 'graphql-config';
import { AST, Operation } from 'graphql-tool-utilities/ast';
import { AST, Operation } from 'graphql-tool-utilities';
export declare type KeyPath = string;

@@ -4,0 +4,0 @@ export interface Fixture {

{
"name": "graphql-validate-fixtures",
"description": "Validates JSON fixtures for GraphQL responses against the associated operations and schema",
"version": "0.9.1",
"version": "0.10.0",
"main": "lib/index.js",

@@ -33,3 +33,3 @@ "license": "MIT",

"glob": "^7.1.2",
"graphql-tool-utilities": "^0.8.1",
"graphql-tool-utilities": "^0.9.0",
"yargs": "^11.0.0"

@@ -36,0 +36,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