Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-graphql-from-jsonschema

Package Overview
Dependencies
Maintainers
5
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-graphql-from-jsonschema - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

1

build/lib/Types/CommonJsonSchema.d.ts

@@ -16,2 +16,3 @@ import { JSONSchema7, JSONSchema7Definition, JSONSchema7Type } from 'json-schema';

pattern?: string;
format?: string;
additionalItems?: JSONSchema7Definition;

@@ -18,0 +19,0 @@ maxItems?: number;

@@ -0,1 +1,8 @@

## [8.0.3](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.2...8.0.3) (2021-05-26)
### Bug Fixes
* Add missing property 'format' to CommonSchema. ([#304](https://github.com/thenativeweb/get-graphql-from-jsonschema/issues/304)) ([bda810f](https://github.com/thenativeweb/get-graphql-from-jsonschema/commit/bda810f460a86512fe7e8edabbe077ffdc575276))
## [8.0.2](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.1...8.0.2) (2021-05-25)

@@ -2,0 +9,0 @@

@@ -23,2 +23,3 @@ // This file contains the types of the json-schema specification that we want to keep

pattern?: string;
format?: string;

@@ -25,0 +26,0 @@ additionalItems?: JSONSchema7Definition;

2

package.json
{
"name": "get-graphql-from-jsonschema",
"version": "8.0.2",
"version": "8.0.3",
"description": "get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.",

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

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