Socket
Socket
Sign inDemoInstall

apollo-utilities

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-utilities - npm Package Compare versions

Comparing version 1.0.17-alpha.2 to 1.0.17

7

CHANGELOG.md
# CHANGELOG
----
**NOTE:** This changelog is no longer maintained. Changes are now tracked in
the top level [`CHANGELOG.md`](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md).
----
### 1.0.16

@@ -4,0 +11,0 @@

6

package.json
{
"name": "apollo-utilities",
"version": "1.0.17-alpha.2",
"version": "1.0.17",
"description": "Utilities for working with GraphQL ASTs",

@@ -50,3 +50,3 @@ "author": "James Baxley <james@meteor.com>",

"browserify": "15.2.0",
"flow-bin": "0.76.0",
"flow-bin": "0.77.0",
"graphql": "0.13.2",

@@ -57,3 +57,3 @@ "graphql-tag": "2.9.2",

"rimraf": "2.6.2",
"rollup": "0.62.0",
"rollup": "0.63.4",
"ts-jest": "20.0.14",

@@ -60,0 +60,0 @@ "tslint": "5.11.0",

@@ -195,14 +195,12 @@ import {

.filter(({ defaultValue }) => defaultValue)
.map(
({ variable, defaultValue }): { [key: string]: JsonValue } => {
const defaultValueObj: { [key: string]: JsonValue } = {};
valueToObjectRepresentation(
defaultValueObj,
variable.name,
defaultValue as ValueNode,
);
.map(({ variable, defaultValue }): { [key: string]: JsonValue } => {
const defaultValueObj: { [key: string]: JsonValue } = {};
valueToObjectRepresentation(
defaultValueObj,
variable.name,
defaultValue as ValueNode,
);
return defaultValueObj;
},
);
return defaultValueObj;
});

@@ -209,0 +207,0 @@ return assign({}, ...defaultValues);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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