Socket
Socket
Sign inDemoInstall

graphql-schemax

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-schemax - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.14](https://github.com/nicolasdao/graphql-schemax/compare/v0.0.13...v0.0.14) (2021-12-12)
### Features
* Add support for validating the GraphQL schema string ([edcebeb](https://github.com/nicolasdao/graphql-schemax/commit/edcebeb2a6dd91e949aafd2fe2d545d82c183126))
### [0.0.13](https://github.com/nicolasdao/graphql-schemax/compare/v0.0.12...v0.0.13) (2021-11-23)

@@ -7,0 +14,0 @@

6

package.json
{
"name": "graphql-schemax",
"version": "0.0.13",
"version": "0.0.14",
"description": "Creates GraphQL string schema from plain JSON objects.",

@@ -39,2 +39,3 @@ "keywords": [

"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"chai": "^4.3.4",

@@ -46,3 +47,6 @@ "eslint": "^7.32.0",

"standard-version": "^9.3.1"
},
"dependencies": {
"graphql": "^16.1.0"
}
}
import multiInput from 'rollup-plugin-multi-input'
import { nodeResolve } from '@rollup/plugin-node-resolve'

@@ -11,3 +12,6 @@ export default {

},
plugins:[multiInput()]
plugins:[
multiInput(),
nodeResolve()
]
}

Sorry, the diff of this file is not supported yet

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