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 Versions

1
2123

1.1.0-canary-67a8cae93bd528a8bbd9c3a12a454f5c675d7cd0

Diff

philpl
published 1.1.0-canary-0bb2dac05c92b048c12e1694e6405b9719f462eb •

philpl
published 1.1.0-canary-11e24818de5b33062257bcdfd5316e6900387c39 •

philpl
published 1.1.0-canary-2601bd8f646b4dae54f333609d150a6739201041 •

philpl
published 1.1.0-canary-d29ed37771840056442324d6a7606da0b480e192 •

philpl
published 1.1.0-canary-e0647437a4ac950bfb88a72db2386e354bdb07f7 •

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-d383684426050e0ea0f4a71b8c7b4901616cd621 •

philpl
published 1.0.3-canary-3a06a4cdfc363aaeceba495fee73d7f974a97a14 •

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)
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