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.1.2 to 0.1.3

2

CHANGELOG.md

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

### [0.1.3](https://github.com/nicolasdao/graphql-schemax/compare/v0.1.2...v0.1.3) (2022-07-19)
### [0.1.2](https://github.com/nicolasdao/graphql-schemax/compare/v0.1.1...v0.1.2) (2022-07-19)

@@ -7,0 +9,0 @@

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -363,3 +363,3 @@ # GRAPHQL-SCHEMAX

type: ['tall', 'short'],
devices: [{ id:'ID', name: 'String'}]
devices: { ':': [{ id:'ID', name: 'String'}] }
}

@@ -416,3 +416,3 @@ )

name: 'String!',
devices: [{ id:'ID', name:'String' }]
devices: { ':': [{ id:'ID', name:'String' }] }
}

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