Socket
Socket
Sign inDemoInstall

kentico-cloud-graphql-schema-generator

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kentico-cloud-graphql-schema-generator - npm Package Compare versions

Comparing version 0.0.1-beta3 to 0.0.1-beta4

2

_commonjs/schema-generator.js

@@ -73,3 +73,3 @@ "use strict";

SchemaGenerator.prototype.wrapByModule = function (input) {
return "export const TYPE_DEFINITION = `" + input + "`;";
return "const TYPE_DEFINITION = `" + input + "`;\n\nmodule.exports = {\n TYPE_DEFINITION\n}";
};

@@ -76,0 +76,0 @@ SchemaGenerator.prototype.transformToSchemas = function (contentTypes) {

{
"name": "kentico-cloud-graphql-schema-generator",
"version": "0.0.1-beta3",
"version": "0.0.1-beta4",
"description": "GraphQL schema generator used to generate schema based on specified project.",

@@ -5,0 +5,0 @@ "main": "_commonjs/index.js",

@@ -166,3 +166,3 @@ # Kentico GraphQl schema generator

```
export const TYPE_DEFINITION = `type SystemInfo {
const TYPE_DEFINITION = `type SystemInfo {
id: String!

@@ -265,4 +265,7 @@ name: String!

module.exports = {
TYPE_DEFINITION
}
```
</details>

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