New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@coex/graphql-vercajk

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coex/graphql-vercajk - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

helpers/parser.js

@@ -12,3 +12,3 @@ import { parse, visit } from "graphql";

const fieldName = field.name.value;
const isRequired = field.type.kind === "NonNullType";
const isRequired = field.type.kind === "NonNullType" && !field.defaultValue;
const childInputName = getNamedInputType(field);

@@ -15,0 +15,0 @@ const children = childInputName ? fieldInfo[childInputName] : null;

{
"name": "@coex/graphql-vercajk",
"version": "0.2.0",
"version": "0.3.0",
"description": "Collection of graphql tools",

@@ -5,0 +5,0 @@ "bin": {

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