Socket
Socket
Sign inDemoInstall

@graphql-codegen/visitor-plugin-common

Package Overview
Dependencies
Maintainers
5
Versions
5955
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 1.0.1 to 1.0.2-alpha-58537bd5.1

4

dist/commonjs/base-resolvers-visitor.js

@@ -40,5 +40,3 @@ "use strict";

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

@@ -45,0 +43,0 @@ return Object.keys(groupedMappers).map(source => this.buildMapperImport(source, groupedMappers[source]));

@@ -38,5 +38,3 @@ import { BaseVisitor } from './base-visitor';

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

@@ -43,0 +41,0 @@ return Object.keys(groupedMappers).map(source => this.buildMapperImport(source, groupedMappers[source]));

{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "1.0.1",
"version": "1.0.2-alpha-58537bd5.1+58537bd5",
"license": "MIT",

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

"dependencies": {
"@graphql-codegen/plugin-helpers": "1.0.1",
"@graphql-codegen/plugin-helpers": "1.0.2-alpha-58537bd5.1+58537bd5",
"auto-bind": "2.0.0",

@@ -20,3 +20,3 @@ "dependency-graph": "0.8.0",

"devDependencies": {
"@graphql-codegen/testing": "1.0.1",
"@graphql-codegen/testing": "1.0.2-alpha-58537bd5.1+58537bd5",
"@types/graphql": "14.0.7",

@@ -36,3 +36,3 @@ "graphql": "14.1.1",

},
"gitHead": "8928b444997fa177dc106220637709370cc527f3"
"gitHead": "58537bd51c031ab175a3ab9c7f3d71907160cb02"
}

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