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.0 to 0.1.1

2

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

@@ -6,0 +6,0 @@ "repository": "jelz/cf-graphql",

@@ -88,3 +88,3 @@ 'use strict';

.then(res => {
const ctId = _get(res ['sys', 'contentType', 'sys', 'id']);
const ctId = _get(res, ['sys', 'contentType', 'sys', 'id']);
if (forcedCtId && ctId !== forcedCtId) {

@@ -91,0 +91,0 @@ throw new Error('Does not match the forced Content Type ID.');

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