Socket
Socket
Sign inDemoInstall

graphql-norm

Package Overview
Dependencies
Maintainers
8
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-norm - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

16

CHANGELOG.md

@@ -8,6 +8,14 @@ # Change Log

## [Unreleased](https://github.com/dividab/graphql-norm/compare/v1.0.0...master)
## [Unreleased](https://github.com/dividab/graphql-norm/compare/v1.2.0...master)
## [1.2.0](https://github.com/dividab/graphql-norm/compare/v1.1.0...v1.2.0) - 2019-10-20
### Added
- Upgrade peer deps. The graphql package now has built-in types so no peer dependency is required for the @types/graphql package.
## [1.1.0](https://github.com/dividab/graphql-norm/compare/v1.0.0...v1.1.0) - 2019-08-20
### Added
- Fix for union types. Introduces new optional argument `typeResolver` to `normalize()` and `denormalize()` functions. See issue [#49](https://github.com/dividab/graphql-norm/issues/49) and PR [#50](https://github.com/dividab/graphql-norm/pull/50).

@@ -27,3 +35,3 @@

## [0.13.0](https://github.com/dividab/graphql-norm/compare/v0.12.1...v0.13.0) - 2019-07-18
## [0.13.0](https://github.com/dividab/graphql-norm/compare/v0.12.2...v0.13.0) - 2019-07-18

@@ -39,3 +47,3 @@ ### Changed

## [0.12.2] - 2019-07-16
## [0.12.2](https://github.com/dividab/graphql-norm/compare/v0.12.1...v0.12.2) - 2019-07-16

@@ -89,3 +97,3 @@ ### Fixed

## [0.9.1]https://github.com/dividab/graphql-norm/compare/v0.9.0...v0.9.1 - 2019-01-16
## [0.9.1](https://github.com/dividab/graphql-norm/compare/v0.9.0...v0.9.1) - 2019-01-16

@@ -92,0 +100,0 @@ ### Fixed

{
"name": "graphql-norm",
"version": "1.1.0",
"version": "1.2.0",
"description": "Normalization and denormalization of GraphQL responses",

@@ -28,8 +28,6 @@ "main": "dist/umd.js",

"peerDependencies": {
"@types/graphql": "^0.13.0 || ^14.0.0",
"graphql": "^0.13.0 || ^14.0.0"
"graphql": "^14.5.8"
},
"devDependencies": {
"@types/benchmark": "^1.0.31",
"@types/graphql": "^14.2.1",
"@types/jest": "^24.0.15",

@@ -44,3 +42,3 @@ "@types/node": "^12.0.12",

"eslint-plugin-functional": "^1.0.0-rc.2",
"graphql": "^14.3.1",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",

@@ -47,0 +45,0 @@ "husky": "^2.4.1",

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