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

@gql.tada/internal

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gql.tada/internal - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-canary-b3e5b65045ea39232a589125dd8fcab238bb95a7

7

CHANGELOG.md
# @gql.tada/internal
## 0.3.1-canary-b3e5b65045ea39232a589125dd8fcab238bb95a7
### Patch Changes
- Implement multi-schema support. Read more about it [in the v1.6.0 Devlog post](https://gql-tada.0no.co/devlog/2024-04-26).
Submitted by undefined (See https://github.com/0no-co/gql.tada/pull/261)
## 0.3.0

@@ -4,0 +11,0 @@

2

dist/gql-tada-internal.d.ts

@@ -120,2 +120,3 @@ import { IntrospectionQuery, GraphQLSchema } from 'graphql';

declare const parseConfig: (input: unknown, rootPath?: string) => GraphQLSPConfig;
declare const getSchemaNamesFromConfig: (config: GraphQLSPConfig) => Set<null | string>;
declare const getSchemaConfigForName: (

@@ -192,2 +193,3 @@ config: GraphQLSPConfig,

getSchemaConfigForName,
getSchemaNamesFromConfig,
getURLConfig,

@@ -194,0 +196,0 @@ load,

2

package.json
{
"name": "@gql.tada/internal",
"version": "0.3.0",
"version": "0.3.1-canary-b3e5b65045ea39232a589125dd8fcab238bb95a7",
"public": true,

@@ -5,0 +5,0 @@ "description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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