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

graphql-codegen-visitor-plugin-common

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-visitor-plugin-common - npm Package Compare versions

Comparing version 0.19.0-alpha.c65acecf to 0.19.0-alpha.c89797e6

3

dist/commonjs/base-resolvers-visitor.js

@@ -66,2 +66,5 @@ "use strict";

if (this.config.contextType.isExternal) {
if (!groupedMappers[this.config.contextType.source]) {
groupedMappers[this.config.contextType.source] = [];
}
groupedMappers[this.config.contextType.source].push(this.config.contextType.type);

@@ -68,0 +71,0 @@ }

@@ -64,2 +64,5 @@ import * as autoBind from 'auto-bind';

if (this.config.contextType.isExternal) {
if (!groupedMappers[this.config.contextType.source]) {
groupedMappers[this.config.contextType.source] = [];
}
groupedMappers[this.config.contextType.source].push(this.config.contextType.type);

@@ -66,0 +69,0 @@ }

6

package.json
{
"name": "graphql-codegen-visitor-plugin-common",
"version": "0.19.0-alpha.c65acecf",
"version": "0.19.0-alpha.c89797e6",
"license": "MIT",

@@ -11,3 +11,3 @@ "scripts": {

"dependency-graph": "0.8.0",
"graphql-codegen-plugin-helpers": "0.19.0-alpha.c65acecf",
"graphql-codegen-plugin-helpers": "0.19.0-alpha.c89797e6",
"graphql-tag": "2.10.1",

@@ -22,3 +22,3 @@ "tslib": "1.9.3"

"graphql": "14.1.1",
"graphql-codegen-testing": "0.19.0-alpha.c65acecf",
"graphql-codegen-testing": "0.19.0-alpha.c89797e6",
"typescript": "3.3.3333"

@@ -25,0 +25,0 @@ },

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