Socket
Socket
Sign inDemoInstall

apollo-codegen-core

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-codegen-core - npm Package Compare versions

Comparing version 0.28.0 to 0.28.1

2

lib/compiler/legacyIR.js

@@ -58,3 +58,3 @@ "use strict";

transformSelectionSetToLegacyIR(selectionSet) {
const typeCase = typeCase_1.typeCaseForSelectionSet(selectionSet, this.options.mergeInFieldsFromFragmentSpreads);
const typeCase = typeCase_1.typeCaseForSelectionSet(selectionSet, !!this.options.mergeInFieldsFromFragmentSpreads);
const fields = this.transformFieldsToLegacyIR(collectAndMergeFields_1.collectAndMergeFields(typeCase.default, false));

@@ -61,0 +61,0 @@ const inlineFragments = typeCase.variants.flatMap(variant => {

{
"name": "apollo-codegen-core",
"description": "Core generator APIs for Apollo Codegen",
"version": "0.28.0",
"version": "0.28.1",
"author": "Apollo GraphQL <opensource@apollographql.com>",

@@ -63,3 +63,3 @@ "license": "MIT",

},
"gitHead": "3c0c12183d4384355d0c4e93693dd625b9122f58"
"gitHead": "a84aabb66438d6c346b989db75574b50b7c1be43"
}

@@ -191,3 +191,3 @@ import {

selectionSet,
this.options.mergeInFieldsFromFragmentSpreads
!!this.options.mergeInFieldsFromFragmentSpreads
);

@@ -194,0 +194,0 @@

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