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

@acrool/graphql-codegen-rtk-query

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/graphql-codegen-rtk-query - npm Package Compare versions

Comparing version 0.0.3-test.1 to 0.0.3-test.2

6

dist/visitor.js

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

// }
if (operationType === 'Subscription') {
this._hooks.push(this.generateSubscriptionHook(node, documentVariableName, operationName, operationResultType, operationVariablesTypes, hasRequiredVariables));
}
const Generics = `${operationResultType}, IUseFetcherArgs<${operationVariablesTypes}>${hasRequiredVariables ? '' : ' | void'}`;

@@ -121,5 +124,2 @@ const operationTypeString = operationType.toLowerCase();

}
if (operationType === 'Subscription') {
this._hooks.push(this.generateSubscriptionHook(node, documentVariableName, operationName, operationResultType, operationVariablesTypes, hasRequiredVariables));
}
}

@@ -126,0 +126,0 @@ return '';

{
"name": "@acrool/graphql-codegen-rtk-query",
"version": "0.0.3-test.1",
"version": "0.0.3-test.2",
"description": "trk-query for graphql-code-generator",

@@ -5,0 +5,0 @@ "keywords": [

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