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

graphdoc-plugin-erase

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphdoc-plugin-erase - npm Package Compare versions

Comparing version 1.0.0-alpha to 1.0.0

4

package.json
{
"name": "graphdoc-plugin-erase",
"description": "GraphQL documentation erasing unwanted types using graphdoc",
"version": "1.0.0-alpha",
"version": "1.0.0",
"license": "MIT",

@@ -11,3 +11,3 @@ "author": "Gonzalo Müller Bravo",

],
"homepage": "https://github.com/gmullerb/graphdoc-plugin-erase",
"homepage": "https://graphdoc-plugins.github.io",
"repository": {

@@ -14,0 +14,0 @@ "type": "git",

<p align="center">
<br/>
<a href="https://github.com/gmullerb/graphdoc-plugin-erase/"><img src="docs/graphdoc-plugin-erase.png" alt=" "/></a>
<a href="https://graphdoc-plugins.github.io"><img src="docs/graphdoc-plugin-erase.png" alt=" "/></a>
</p>
<h1 align="center">GraphQL documentation erasing unwanted types using graphdoc</h1>
<h1 align="center">GraphQL documentation erasing unwanted types using graphdoc</h1>
[![graphdoc-plugin-erase](https://badgen.net/badge/homepage/graphdoc-plugin-erase/blue)](https://github.com/gmullerb/graphdoc-plugin-erase)
[![graphdoc-plugin-erase](https://badgen.net/badge/homepage/graphdoc-plugin-erase/blue)](https://graphdoc-plugins.github.io)
[![graphdoc-plugin-erase](https://badgen.net/badge/npm%20pack/graphdoc-plugin-erase/blue)](https://www.npmjs.com/package/graphdoc-plugin-erase)

@@ -39,4 +39,4 @@ [![ ](https://badgen.net/npm/v/graphdoc-plugin-erase)](https://www.npmjs.com/package/graphdoc-plugin-erase)

"graphdoc-plugin-erase": {
"eraseByNameRegex": "\\w*No", // default: ^__
"eraseByKindRegex": "(?:UNION|SCALAR)" // default: ^$
"eraseByNameRegex": "\\w*No",
"eraseByKindRegex": "(?:UNION|SCALAR)"
}

@@ -65,2 +65,4 @@ }

(*default values*)
```json

@@ -86,2 +88,4 @@ {

> graphdoc can work with older versions of GraphQL (description syntax: #), and new versions (description syntax: """), [How to configure graphdoc](https://graphdoc-plugins.github.io/docs/how-to-configure-graphdoc.html).
__________________

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