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

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.3.0 to 1.3.5

lib/denormalize.d.ts.map

6

CHANGELOG.md

@@ -10,5 +10,9 @@ # Change Log

- Include typescript source from `src/` in published npm package. See PR [#52](https://github.com/dividab/graphql-norm/pull/52) for more info.
## [1.3.0](https://github.com/dividab/graphql-norm/compare/v1.2.0...v1.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.
## [1.2.0](https://github.com/dividab/graphql-norm/compare/v1.1.0...v1.2.0) - 2019-10-20
## [1.2.0](https://github.com/dividab/graphql-norm/compare/v1.1.0...v1.2.0) - 2019-09-20

@@ -15,0 +19,0 @@ ### Added

@@ -12,1 +12,2 @@ import * as GraphQL from "graphql";

export declare function denormalize(query: GraphQL.DocumentNode, variables: Variables | undefined, normMap: NormMap, resolveType?: ResolveType): DenormalizationResult;
//# sourceMappingURL=denormalize.d.ts.map

@@ -13,1 +13,2 @@ import * as GraphQL from "graphql";

export declare function shouldIncludeField(directives: ReadonlyArray<GraphQL.DirectiveNode>, variables?: Variables): boolean;
//# sourceMappingURL=functions.d.ts.map

@@ -16,1 +16,2 @@ export { normalize } from "./normalize";

NormalizedField } from "./normalized-object";
//# sourceMappingURL=index.d.ts.map

@@ -17,1 +17,2 @@ export interface NormMap {

export declare function merge(normMap: NormMap, newNormMap: NormMap): NormMap;
//# sourceMappingURL=norm-map.d.ts.map

@@ -13,1 +13,2 @@ import * as GraphQL from "graphql";

export declare function normalize(query: GraphQL.DocumentNode, variables: Variables | undefined, data: RootFields, getObjectId?: GetObjectId, resolveType?: ResolveType): NormMap;
//# sourceMappingURL=normalize.d.ts.map

@@ -17,1 +17,2 @@ import { NormKey, NormMap } from "./norm-map";

};
//# sourceMappingURL=normalized-object.d.ts.map

@@ -39,1 +39,2 @@ import * as GraphQL from "graphql";

}) => string;
//# sourceMappingURL=types.d.ts.map

3

package.json
{
"name": "graphql-norm",
"version": "1.3.0",
"version": "1.3.5",
"description": "Normalization and denormalization of GraphQL responses",

@@ -22,2 +22,3 @@ "main": "dist/umd.js",

"/dist",
"/src",
"package.json",

@@ -24,0 +25,0 @@ "CHANGELOG.md",

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