You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

graphql-codegen-typescript-common

Package Overview
Dependencies
Maintainers
1
Versions
1079
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-typescript-common - npm Package Compare versions

Comparing version

to
0.14.0-alpha.b4492c37

6

dist/index.d.ts

@@ -7,4 +7,10 @@ import { PluginFunction } from 'graphql-codegen-core';

constEnums?: boolean;
enumsAsTypes?: boolean;
immutableTypes?: boolean;
interfacePrefix?: string;
enums?: {
[enumName: string]: {
[valueName: string]: string;
};
};
scalars?: {

@@ -11,0 +17,0 @@ [scalarName: string]: string;

13

package.json
{
"name": "graphql-codegen-typescript-common",
"version": "0.14.0-alpha.92ec3c00",
"version": "0.14.0-alpha.b4492c37",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",

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

"build": "codegen-templates-scripts build",
"pretest": "yarn build"
"pretest": "yarn build",
"test": "codegen-templates-scripts test"
},

@@ -18,7 +19,7 @@ "dependencies": {

"devDependencies": {
"codegen-templates-scripts": "0.14.0-alpha.92ec3c00",
"codegen-templates-scripts": "0.14.0-alpha.b4492c37",
"graphql": "14.0.2",
"graphql-codegen-core": "0.14.0-alpha.92ec3c00",
"graphql-codegen-plugin-handlebars-helpers": "0.14.0-alpha.92ec3c00",
"graphql-codegen-plugin-helpers": "0.14.0-alpha.92ec3c00"
"graphql-codegen-core": "0.14.0-alpha.b4492c37",
"graphql-codegen-plugin-handlebars-helpers": "0.14.0-alpha.b4492c37",
"graphql-codegen-plugin-helpers": "0.14.0-alpha.b4492c37"
},

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.