New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nexus

Package Overview
Dependencies
Maintainers
3
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexus - npm Package Versions

1
40

0.12.0-rc.7

Diff

Changelog

Source

0.12.0-rc.7

  • feat: Added connectionPlugin (#324)
tgriesser
published 0.12.0-rc.6 •

Changelog

Source

0.12.0-rc.6

  • fix: #329: Union members typing (#363)
  • fix: #361, error when using interfaceType & implements (#362)
tgriesser
published 0.12.0-rc.5 •

Changelog

Source

0.12.0-rc.5

  • feat: Add customPrintSchemaFn to makeSchema config
tgriesser
published 0.12.0-rc.4 •

Changelog

Source

0.12.0-rc.4

  • refactor: Remove NEXUS_SHOULD_GENERATE_ARTIFACTS env var

  • feat: Add shouldExitAfterGenerateArtifacts

  • Warn on missing outputs in makeSchema config

  • Type-level defaultResolver has been removed, similar functionality can be achieved with the onCreateFieldResolver plugin API

tgriesser
published 0.12.0-rc.3 •

tgriesser
published 0.12.0-rc.2 •

Changelog

Source

0.12.0-rc.2, rc.3

  • fix: bug in nullability check plugin
tgriesser
published 0.12.0-rc •

Changelog

Source

0.12.0-rc

  • feat(deps): Bumps the default minimum version of graphql-js to 14.5.0

    Nexus uses the new extensions property on types to store metadata provided to Nexus types, in order to make them usable by plugins.

  • feat: Adds "Plugins" API, see the docs for more info on what all these can help accomplish

  • feat(plugin): Add nullabilityGuardPlugin. See the docs for more info

  • feat(plugin): Add fieldAuthorizePlugin. See the docs for more info

    This is the same behavior as before, but implemented more flexibly as a plugin. This will be automatically added if no plugins are specified, otherwise it will need to be imported & added to makeSchema.

  • feat(schema): Adds shouldExitAfterGenerateArtifacts option to makeSchema

    The shouldExitAfterGenerateArtifacts makes it possible to exit after the types are generated, useful if you do not check a schema artifact into source control, but wish to generate before the code runs.

  • refactor: Removes nexusWrappedType

    This was an internal implementation detail which should not affect end users

  • refactor: Removes t.modifyType API

    This may not have ever worked, it was only intended to modify fields on an objectType which were originally implemented by an interface. Please open an issue if this is a breaking change for you, so we can understand the use-case and design a better API.

  • test: Improved code coverage, adds base threshold to new PRs

jasonkuhrt
published 0.0.0-pr.275.004e62d •

jasonkuhrt
published 0.0.0-pr.275.ce823ef •

jasonkuhrt
published 0.12.0-beta.14 •

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