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.15 to 8.0.16

.npmpackagejsonlintrc.json

2

build/lib/errors.d.ts

@@ -1,4 +0,4 @@

declare const SchemaInvalid_base: import("defekt/build/lib/ErrorConstructor").ErrorConstructor<"SchemaInvalid">;
declare const SchemaInvalid_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<"SchemaInvalid">;
declare class SchemaInvalid extends SchemaInvalid_base {
}
export { SchemaInvalid };

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

## [8.0.16](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.15...8.0.16) (2021-08-24)
### Bug Fixes
* add exclude to tsconfig.json, remove engine constraint ([#337](https://github.com/thenativeweb/get-graphql-from-jsonschema/issues/337)) ([8d5c42a](https://github.com/thenativeweb/get-graphql-from-jsonschema/commit/8d5c42a2778cbbe1eb0fcfc22425594e76206d4e))
## [8.0.15](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.14...8.0.15) (2021-08-15)

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

{
"name": "get-graphql-from-jsonschema",
"version": "8.0.15",
"version": "8.0.16",
"description": "get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.",

@@ -19,2 +19,3 @@ "contributors": [

],
"private": false,
"main": "build/lib/index.js",

@@ -26,9 +27,10 @@ "types": "build/lib/index.d.ts",

"common-tags": "1.8.0",
"defekt": "7.3.2"
"defekt": "7.3.3"
},
"devDependencies": {
"assertthat": "6.3.11",
"roboter": "11.7.8",
"assertthat": "6.3.13",
"roboter": "12.1.2",
"semantic-release-configuration": "2.0.5"
},
"scripts": {},
"repository": {

@@ -35,0 +37,0 @@ "type": "git",

@@ -15,3 +15,6 @@ {

"./**/*.ts"
],
"exclude": [
"./build"
]
}
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