Security News
NVD Backlog Tops 20,000 CVEs Awaiting Analysis as NIST Prepares System Updates
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
@types/graphql-fields
Advanced tools
TypeScript definitions for graphql-fields
npm install --save @types/graphql-fields
This package contains type definitions for graphql-fields (https://github.com/robrichard/graphql-fields#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-fields.
import { GraphQLResolveInfo } from "graphql";
declare function graphqlFields(info: GraphQLResolveInfo, obj?: object, opts?: graphqlFields.Options): any;
declare namespace graphqlFields {
interface Options {
processArguments?: boolean | undefined;
excludedFields?: string[] | undefined;
}
}
export = graphqlFields;
These definitions were written by feinoujc.
FAQs
TypeScript definitions for graphql-fields
The npm package @types/graphql-fields receives a total of 37,870 weekly downloads. As such, @types/graphql-fields popularity was classified as popular.
We found that @types/graphql-fields demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.