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.1.5 to 0.2.0

1

graphql-vercajk.dto.d.ts

@@ -38,2 +38,3 @@ export type GraphqlVercajkOptions = {

export interface GraphqlVercajkFieldContent {
fieldName: string;
constraints: GraphqlVercajkConstraints | null;

@@ -40,0 +41,0 @@ children: GraphqlVercajkField | null;

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

fieldInfo[inputName][fieldName] = {
fieldName: fieldName,
constraints,

@@ -23,0 +24,0 @@ children,

2

package.json
{
"name": "@coex/graphql-vercajk",
"version": "0.1.5",
"version": "0.2.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