Socket
Socket
Sign inDemoInstall

graphql-norm

Package Overview
Dependencies
Maintainers
9
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-norm - npm Package Versions

2

1.3.6

Diff

Changelog

Source

1.3.6 - 2020-01-07

Fixed

  • Type NormalizedObject should support plain objects, see issue #55.
jonaskello
published 1.3.5 •

Changelog

Source

1.3.5 - 2019-10-15

Added

  • Include typescript source from src/ in published npm package. See PR #52 for more info.
  • Versions 1.3.1 to 1.3.4 are unsuccessful attememtps to publish and have been unpublished.
jonaskello
published 1.3.0 •

Changelog

Source

1.3.0 - 2019-10-15

  • If denormalize() could not be fulfill a query, data will be undefined and fields will contain the first field that could not be resolved.
jonaskello
published 1.2.0 •

Changelog

Source

1.2.0 - 2019-09-20

Added

  • Upgrade peer deps. The graphql package now has built-in types so no peer dependency is required for the @types/graphql package.
jonaskello
published 1.1.0 •

Changelog

Source

1.1.0 - 2019-08-20

Added

  • Fix for union types. Introduces new optional argument typeResolver to normalize() and denormalize() functions. See issue #49 and PR #50.
jonaskello
published 1.0.0 •

Changelog

Source

1.0.0 - 2019-07-21

Changed

  • Removed the partial property from the denormalize() return object. Partial results was not implemented and instead we can check if the data is undefined instead. See issue #47 and PR #48.
jonaskello
published 0.14.0 •

Changelog

Source

0.14.0 - 2019-07-21

Added

  • Include an UMD bundle. See issue #37 and PR #46.
jonaskello
published 0.13.0 •

Changelog

Source

0.13.0 - 2019-07-18

Changed

  • Use colon as default ID separator. See issue #42 and PR #43.
  • Genearate fallback IDs using the nearest parent as base. See issue #27 and PR #41.

Removed

  • Removed staleness checking from denormalize(). See issue #38 and PR #40. Staleness checking is now available in the external package graphql-norm-stale.
jonaskello
published 0.12.2 •

Changelog

Source

0.12.2 - 2019-07-16

Fixed

  • Remove invalid dependency.
jonaskello
published 0.12.1 •

Changelog

Source

0.12.1 - 2019-07-16

Fixed

  • Add missing export for type FieldsMap.
2
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