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

graphql-codegen-plugin-helpers

Package Overview
Dependencies
Maintainers
1
Versions
1198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-plugin-helpers - npm Package Compare versions

Comparing version 0.13.0-alpha.a51638ed to 0.14.0-alpha.92ec3c00

10

dist/build-files-array.d.ts

@@ -1,2 +0,10 @@

import { Document, TemplateDocumentFileReference } from 'graphql-codegen-core';
import { AstNode, Document } from 'graphql-codegen-core';
export interface TemplateDocumentFileReference {
relative: string;
absolute: string;
cwd: string;
filename: string;
extension: string;
documents: AstNode[];
}
export declare function buildFilesArray(parsedDocument: Document): TemplateDocumentFileReference[];

3

dist/index.js

@@ -357,3 +357,4 @@ (function(e, a) { for(var i in a) e[i] = a[i]; }(exports, /******/ (function(modules) { // webpackBootstrap

var localFileExists = fs.existsSync(localFilePath);
var loadedModule = __webpack_require__(10)(localFileExists ? localFilePath : moduleName);
var toLoad = localFileExists ? localFilePath : moduleName;
var loadedModule = __webpack_require__(10)(toLoad);
if (!(functionName in loadedModule)) {

@@ -360,0 +361,0 @@ throw new Error(functionName + " couldn't be found in " + loadedModule);

{
"name": "graphql-codegen-plugin-helpers",
"version": "0.13.0-alpha.a51638ed",
"version": "0.14.0-alpha.92ec3c00",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",

@@ -13,3 +13,3 @@ "repository": "git@github.com:dotansimha/graphql-code-generator.git",

"dependencies": {
"graphql-codegen-core": "0.13.0-alpha.a51638ed"
"graphql-codegen-core": "0.14.0-alpha.92ec3c00"
},

@@ -16,0 +16,0 @@ "main": "./dist/index.js",

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