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

graphql-atg

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-atg - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

3

.cspell.json

@@ -36,3 +36,4 @@ {

"zipcodes",
"introspecter"
"introspecter",
"jsbits"
],

@@ -39,0 +40,0 @@ "flagWords": [],

{
"name": "graphql-atg",
"version": "1.0.10",
"version": "1.0.11",
"description": "GraphQL Automated Test Generator (ATG) generates automatic tests for you API by fetching the GraphQL introspection schema and by automatically generating requests for that API",

@@ -38,6 +38,6 @@ "repository": "https://github.com/pelletier197/graphql-atg",

"dependencies": {
"@jsbits/get-package-version": "^1.0.3",
"commander": "^8.2.0",
"faker": "^5.5.3",
"graphql": "^15.6.1",
"graphql-atg": "^1.0.4",
"graphql-formatter": "^1.0.3",

@@ -44,0 +44,0 @@ "graphql-query-compress": "^1.2.4",

@@ -1,2 +0,4 @@

[![CircleCI](https://circleci.com/gh/pelletier197/GraphQL-ATG/tree/main.svg?style=svg)](https://circleci.com/gh/pelletier197/GraphQL-ATG/tree/main)
[![Circle-CI](https://circleci.com/gh/pelletier197/GraphQL-ATG/tree/main.svg?style=shield)](https://circleci.com/gh/pelletier197/GraphQL-ATG/tree/main) [![License](https://img.shields.io/github/license/pelletier197/GraphQL-ATG)](https://github.com/pelletier197/GraphQL-ATG/blob/main/LICENSE)
[![Downloads](https://img.shields.io/npm/dw/graphql-atg)](https://www.npmjs.com/package/graphql-atg)
[![Version](https://img.shields.io/npm/v/graphql-atg)](https://www.npmjs.com/package/graphql-atg)

@@ -7,3 +9,3 @@ <p align="center">

# graphql-atg
# GraphQL ATG

@@ -14,4 +16,2 @@ GraphQL Automated Test Generator (ATG) generates automatic tests for you API by fetching the GraphQL introspection schema and by automatically generating requests for that API.

It also aim to verify backward compatibility of your API by running the same queries that were executed in a previous API version again and creating verification reports.
> This project is under development at the moment, so don't bother using it right now, but feel free to leave a star if this interests you :)

@@ -0,1 +1,2 @@

import getPackageVersion from '@jsbits/get-package-version'
import { Headers } from '@lib/infrastructure/graphql/client.js'

@@ -12,6 +13,4 @@ import { InvalidArgumentError, Option, program } from 'commander'

export async function getAtgConfiguration(): Promise<GraphQLAtgConfig> {
const version = process.env.npm_package_version || 'unknown'
program
.version(version)
.version(getPackageVersion())
.requiredOption(

@@ -18,0 +17,0 @@ '-e, --endpoint <endpoint>',

Sorry, the diff of this file is not supported yet

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