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

augment-gql-operations

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

augment-gql-operations - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

index.js

@@ -54,10 +54,5 @@ "use strict";

}
},
validate: function (schema, documents, config) {
if (!(config === null || config === void 0 ? void 0 : config.content)) {
throw new Error("You must specify \"content\" in the configuration for \"augment-gql-operations\".");
}
},
}
};
module.exports = codegen;
var templateObject_1;

@@ -54,11 +54,5 @@ import { DocumentNode, GraphQLSchema, SelectionNode } from 'graphql';

}
},
validate: (schema: GraphQLSchema, documents: CodegenDocuments[], config?: { content?: string }) => {
if (!config?.content) {
throw new Error(`You must specify "content" in the configuration for "augment-gql-operations".`);
}
},
}
};
module.exports = codegen;

2

package.json

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "0.0.4",
"version": "0.0.5",
"author": "dannycochran",

@@ -8,0 +8,0 @@ "license": "MIT",

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