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

@types/graphql-fields

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/graphql-fields - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

graphql-fields/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for graphql-fields 1.3

import { GraphQLResolveInfo } from 'graphql';
import { GraphQLResolveInfo } from "graphql";

@@ -10,0 +10,0 @@ declare function graphqlFields(info: GraphQLResolveInfo, obj?: object, opts?: graphqlFields.Options): any;

{
"name": "@types/graphql-fields",
"version": "1.3.5",
"version": "1.3.6",
"description": "TypeScript definitions for graphql-fields",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-fields",

},
"typesPublisherContentHash": "432d1a417aeab999936ea3f7b2057c0a8a3e5855e46436d1bf2e246bdfa4ae15",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "621cd58ea95fac90d868697987d07c148e166daf9e7f0b4a17410a365d4b8cd0",
"typeScriptVersion": "4.5"
}

@@ -17,3 +17,3 @@ # Installation

import { GraphQLResolveInfo } from 'graphql';
import { GraphQLResolveInfo } from "graphql";

@@ -34,3 +34,3 @@ declare function graphqlFields(info: GraphQLResolveInfo, obj?: object, opts?: graphqlFields.Options): any;

### Additional Details
* Last updated: Mon, 20 Mar 2023 01:02:32 GMT
* Last updated: Wed, 20 Sep 2023 17:08:03 GMT
* Dependencies: [@types/graphql](https://npmjs.com/package/@types/graphql)

@@ -37,0 +37,0 @@ * Global values: none

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