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 to 1.0.1

CHANGELOG.md

5

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

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

"graphdoc-plugin",
"operations",
"erase",
"filtered",
"plugin",

@@ -30,0 +31,0 @@ "schema",

33

README.md

@@ -16,2 +16,3 @@ <p align="center">

[![Gitlab repo](https://badgen.net/badge/icon/gitlab?icon=gitlab&label)](https://gitlab.com/gmullerb/graphdoc-plugin-erase)
__________________

@@ -26,7 +27,5 @@

```json
..
"devDependencies": {
"@2fd/graphdoc": "2.4.0",
"graphdoc-plugin-erase": "1.0.0",
..
"graphdoc-plugin-erase": "1.0.1",
```

@@ -51,7 +50,18 @@

```sh
graphdoc -p graphdoc/../../graphdoc-plugin-erase -p graphdoc/plugins/default -s ./schema.GraphQL -o ./build/documentation
```json
"scripts": {
"doc": "graphdoc -p graphdoc/../../graphdoc-plugin-erase -p graphdoc/plugins/default -s ./schema.graphql -o ./build/documentation"
}
```
or if using `graphdoc-plugin-flexible` instead of graphdoc default plugins
```json
"scripts": {
"doc": "graphdoc -p graphdoc/../../graphdoc-plugin-erase -p graphdoc/../../graphdoc-plugin-flexible -s ./schema.graphql -o ./build/documentation"
}
```
> `graphdoc/../../` this is required to get external plugins working in `graphdoc`.
__________________

@@ -93,2 +103,8 @@

## Documentation
* [Main documentation](https://graphdoc-plugins.github.io/docs/graphdoc-plugin-erase.html).
* [`CHANGELOG`](CHANGELOG.html): contains the information about changes in each version, chronologically ordered ([Keep a Changelog](http://keepachangelog.com)).
## Contributing

@@ -98,5 +114,5 @@

* **Share it**.
* [Give it a Star](https://github.com/gmullerb/eslint-plugin-regex).
* [Propose changes or improvements](https://github.com/gmullerb/eslint-plugin-regex/issues).
* [Report bugs](https://github.com/gmullerb/eslint-plugin-regex/issues).
* [Give it a Star](https://github.com/gmullerb/graphdoc-plugin-erase).
* [Propose changes or improvements](https://github.com/gmullerb/graphdoc-plugin-erase/issues).
* [Report bugs](https://github.com/gmullerb/graphdoc-plugin-erase/issues).

@@ -106,2 +122,3 @@ ## License

[MIT License](LICENSE.txt)
__________________

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