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

cf-graphql

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-graphql - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

package.json
{
"name": "cf-graphql",
"description": "Generate a GraphQL schema out of your Contentful space",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -12,2 +12,7 @@ "repository": "jelz/cf-graphql",

"url": "https://elzbieciak.pl/"
},
{
"name": "Michael Elsdörfer",
"email": "michael@elsdoerfer.com",
"url": "http://blog.elsdoerfer.name"
}

@@ -14,0 +19,0 @@ ],

@@ -16,2 +16,3 @@ 'use strict';

Int: field => createFieldConfig(graphql.GraphQLInt, field),
Float: field => createFieldConfig(graphql.GraphQLFloat, field),
Bool: field => createFieldConfig(graphql.GraphQLBoolean, field),

@@ -18,0 +19,0 @@ Object: createObjectFieldConfig,

3

src/prepare-cts.js

@@ -24,3 +24,4 @@ 'use strict';

Text: 'String',
Number: 'Int',
Number: 'Float',
Integer: 'Int',
Date: 'String',

@@ -27,0 +28,0 @@ Boolean: 'Bool',

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