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.813c8d3c to 0.19.0-alpha.82e27c41

4

dist/client-side-base-visitor.js

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

var graphql_tag_1 = require("graphql-tag");
var graphql_codegen_core_1 = require("graphql-codegen-core");
var graphql_codegen_plugin_helpers_1 = require("graphql-codegen-plugin-helpers");
var utils_1 = require("./utils");

@@ -139,3 +139,3 @@ var ClientSideBaseVisitor = /** @class */ (function (_super) {

var documentString = "export const " + documentVariableName + (this.config.noGraphQLTag ? ': DocumentNode' : '') + " = " + this._gql(node) + ";";
var operationType = graphql_codegen_core_1.toPascalCase(node.operation);
var operationType = graphql_codegen_plugin_helpers_1.toPascalCase(node.operation);
var operationResultType = this.convertName(node, {

@@ -142,0 +142,0 @@ suffix: operationType

{
"name": "graphql-codegen-visitor-plugin-common",
"version": "0.19.0-alpha.813c8d3c",
"version": "0.19.0-alpha.82e27c41",
"license": "MIT",

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

"dependency-graph": "0.8.0",
"graphql-codegen-core": "0.19.0-alpha.813c8d3c",
"graphql-codegen-plugin-helpers": "0.19.0-alpha.82e27c41",
"graphql-tag": "2.10.1"

@@ -14,0 +14,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