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

@gql.tada/internal

Package Overview
Dependencies
Maintainers
0
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 Versions

13
12

1.0.4

Diff

philpl
published 1.0.4-canary-7c15dc951a4b04259626ce93e91f51a6403fece7 •

philpl
published 1.0.4-canary-d4b80bf68fc9fdad51e8f5d8e5e03b705b998162 •

philpl
published 1.0.3 •

Changelog

Source

1.0.3

Patch Changes

  • Prevent type inference for schemas with “huge” root types (i.e. types with an excessive amount of fields) from failing introspection mapping Submitted by @kitten (See #25)
  • Remove redundant constraint on IntrospectionQuery data. When the full type is used as an extends, the input type (which can be a huge schema), is checked against this type, which forces a full evaluation. This means that TypeScript may spend multiple seconds in recursiveTypeRelatedTo. This work has been eliminated and should help performance Submitted by @kitten (See #26)
philpl
published 1.0.3-canary-010a4f32e6564430e68daa85b29e87cfdacdea8a •

philpl
published 1.0.2 •

Changelog

Source

1.0.2

Patch Changes

  • ⚠️ Fix readFragment() not inferring the types of complex fragments, i.e. fragments that derive with a union type Submitted by @kitten (See #15)
  • Make $tada.fragmentRefs property required. Previously, this was optional (to mirror what GCG’s client-preset does). However, this can lead to invalid checks in readFragment, as it would be able to match types that don’t actually match the fragment refs Submitted by @kitten (See #18)
philpl
published 1.0.2-canary-3afc304ad7a0127af6ccb3a350436473dd18d543 •

philpl
published 1.0.1 •

Changelog

Source

1.0.1

Patch Changes

  • ⚠️ Fix __typename literal string not being exact and instead a union of possible types, when the __typename field is put onto an abstract type’s selection set Submitted by @kitten (See #11)
philpl
published 1.0.1-canary-e6f8dbc333e98f7f0c787941b592131a217cdb6c •

philpl
published 1.0.1-canary-8c71261385e7cacc80ec7a04a27074b9fb1d8d80 •

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