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

@acrool/graphql-codegen-apollo-subscription

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/graphql-codegen-apollo-subscription - npm Package Compare versions

Comparing version 3.0.1-test.8 to 3.0.1-test.9

5

dist/index.js

@@ -20,3 +20,2 @@ "use strict";

const allAst = (0, graphql_1.concatAST)(documents.map(v => v.document));
console.log('allAst', allAst);
const allFragments = [

@@ -43,4 +42,4 @@ // ...(

content: [
visitor.fragments,
// ...visitorResult.definitions.filter(t => typeof t === 'string'),
// visitor.fragments,
...visitorResult.definitions.filter(t => typeof t === 'string'),
].join('\n'),

@@ -47,0 +46,0 @@ };

1

dist/visitor.js

@@ -102,3 +102,2 @@ "use strict";

// );
return '';
query.push(this.fetcher.generateSubscriptionHook(node, documentVariableName, operationName, operationResultType, operationVariablesTypes, hasRequiredVariables));

@@ -105,0 +104,0 @@ return query.join('\n');

{
"name": "@acrool/graphql-codegen-apollo-subscription",
"version": "3.0.1-test.8",
"version": "3.0.1-test.9",
"description": "react-query for graphql-code-generator",

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

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