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

core-types-graphql

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-types-graphql - npm Package Compare versions

Comparing version 1.5.0 to 2.0.0

6

dist/lib/types.d.ts
import { NodeType, WarnFunction } from 'core-types';
import { TypeDefinitionNode } from 'graphql';
export declare type NameGeneratorTestFunction = (name: string) => boolean;
export declare type NameGeneratorFunction = (baseName: string, nameHint: string, test: NameGeneratorTestFunction) => string;
export declare type InternalNameGeneratorFunction = (baseName: string, nameHint: string) => string;
export type NameGeneratorTestFunction = (name: string) => boolean;
export type NameGeneratorFunction = (baseName: string, nameHint: string, test: NameGeneratorTestFunction) => string;
export type InternalNameGeneratorFunction = (baseName: string, nameHint: string) => string;
export interface CoreTypesToGraphqlOptions {

@@ -7,0 +7,0 @@ warn?: WarnFunction;

{
"name": "core-types-graphql",
"version": "1.5.0",
"version": "2.0.0",
"description": "core-types ⬌ GraphQL conversion",

@@ -15,3 +15,3 @@ "author": "Gustaf Räntilä",

"engines": {
"node": ">=12"
"node": ">=14"
},

@@ -38,13 +38,13 @@ "files": [

"dependencies": {
"core-types": "^1.10.0",
"graphql": "^16.5.0"
"core-types": "^2.0.1",
"graphql": "^16.6.0"
},
"devDependencies": {
"@types/jest": "^28.1.2",
"@types/jest": "^29.4.0",
"cz-conventional-changelog": "^3.3.0",
"jest": "^28.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
"jest": "^29.4.1",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},

@@ -55,3 +55,4 @@ "config": {

}
}
},
"packageManager": "yarn@3.2.4"
}

@@ -5,3 +5,2 @@ [![npm version][npm-image]][npm-url]

[![coverage status][coverage-image]][coverage-url]
[![Language grade: JavaScript][lgtm-image]][lgtm-url]
[![Node.JS version][node-version]][node-url]

@@ -130,3 +129,3 @@

[downloads-image]: https://img.shields.io/npm/dm/core-types-graphql.svg
[build-image]: https://img.shields.io/github/workflow/status/grantila/core-types-graphql/Master.svg
[build-image]: https://img.shields.io/github/actions/workflow/status/grantila/core-types-graphql/master.yml?branch=master
[build-url]: https://github.com/grantila/core-types-graphql/actions?query=workflow%3AMaster

@@ -133,0 +132,0 @@ [coverage-image]: https://coveralls.io/repos/github/grantila/core-types-graphql/badge.svg?branch=master

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