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

@graphql-markdown/core

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-markdown/core - npm Package Compare versions

Comparing version

to
1.7.1

2

dist/config.d.ts

@@ -18,3 +18,3 @@ import type { CliOptions, ConfigDocOptions, ConfigOptions, ConfigPrintTypeOptions, CustomDirective, DirectiveName, GroupByDirectiveOptions, LoaderOption, Maybe, Options, TypeDiffMethod } from "@graphql-markdown/types";

loaders: Maybe<LoaderOption>;
metatags: Maybe<Record<string, string>>[];
metatags: Record<string, string>[];
};

@@ -21,0 +21,0 @@ export declare const getDocDirective: (name: Maybe<DirectiveName>) => DirectiveName;

@@ -8,3 +8,3 @@ {

},
"version": "1.7.0",
"version": "1.7.1",
"license": "MIT",

@@ -66,11 +66,11 @@ "repository": {

"dependencies": {
"@graphql-markdown/graphql": "^1.0.0",
"@graphql-markdown/graphql": "^1.0.1",
"@graphql-markdown/logger": "^1.0.0",
"@graphql-markdown/utils": "^1.6.0"
"@graphql-markdown/utils": "^1.6.1"
},
"peerDependencies": {
"@graphql-markdown/diff": "^1.1.0",
"@graphql-markdown/helpers": "^1.0.0",
"@graphql-markdown/printer-legacy": "^1.5.0",
"graphql-config": "^5.0.2"
"@graphql-markdown/diff": "^1.1.1",
"@graphql-markdown/helpers": "^1.0.1",
"@graphql-markdown/printer-legacy": "^1.5.1",
"graphql-config": "^5.0.3"
},

@@ -77,0 +77,0 @@ "devDependencies": {