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

domain-graphql

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domain-graphql - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

5

lib/index.d.ts

@@ -0,6 +1,7 @@

import { Schema } from 'domain-schema';
export default class {
constructor();
generateTypes(schema: any, options?: any): any;
_generateField(field: any, value: any, options: any, results: any, seen: any): string;
generateTypes(schema: Schema, options?: any): string;
_generateField(field: string, value: any, options: any, results: string[], seen: string[]): string;
private _generateTypes(schema, options, results, seen);
}

2

package.json
{
"name": "domain-graphql",
"version": "0.0.14",
"version": "0.0.15",
"description": "GraphQL generator for Domain Schema",

@@ -5,0 +5,0 @@ "repository": "https://github.com/sysgears/domain-schema.git",

Sorry, the diff of this file is not supported yet

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