You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@walmartlabs/json-to-simple-graphql-schema

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walmartlabs/json-to-simple-graphql-schema - npm Package Compare versions

Comparing version

to
1.0.2

4

package.json
{
"name": "@walmartlabs/json-to-simple-graphql-schema",
"description": "Converts a JSON object into a GraphQL schema",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/walmartlabs/json-to-simple-graphql-schema",

@@ -15,3 +15,3 @@ "bugs": {

"engines": {
"node": ">=10.0.0"
"node": ">=8.0.0"
},

@@ -18,0 +18,0 @@ "license": "Apache-2.0",

@@ -24,5 +24,5 @@ ## json-to-simple-graphql-schema

> You'll still need to rename the resulting main Type in the schema, unless you like `AutogeneratedMainType` :)
```
Or pipe in some JSON from a JSON file.
```bash

@@ -29,0 +29,0 @@ curl https://data.cityofnewyork.us/api/views/kku6-nxdu/rows.json?accessType=DOWNLOAD > input.json