Socket
Socket
Sign inDemoInstall

gql.tada

Package Overview
Dependencies
Maintainers
1
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gql.tada - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2-canary-018823fea845a463fa0308cb69459b42493fb784

8

dist/gql-tada.d.ts

@@ -1653,9 +1653,5 @@ import {

declare function readFragment<
const Document extends DocumentDefDecorationLike,
const Document extends DocumentDefDecorationLike & DocumentDecoration<any, any>,
const Fragment extends fragmentOfTypeRec<Document>,
const Data,
>(
_document: DocumentDecoration<Data, any> & Document,
fragment: Fragment
): fragmentOfTypeRec<Document> extends Fragment ? unknown : mirrorFragmentTypeRec<Fragment, Data>;
>(_document: Document, fragment: Fragment): mirrorFragmentTypeRec<Fragment, ResultOf<Document>>;
declare const graphql: GraphQLTadaAPI<schemaOfConfig<setupSchema>>;

@@ -1662,0 +1658,0 @@

{
"name": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.0.1",
"version": "1.0.2-canary-018823fea845a463fa0308cb69459b42493fb784",
"author": "0no.co <hi@0no.co>",

@@ -6,0 +6,0 @@ "source": "./src/index.ts",

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