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

graphql-codegen-core

Package Overview
Dependencies
Maintainers
1
Versions
1651
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-core - npm Package Compare versions

Comparing version 0.7.0-alpha.073f588d to 0.7.0-alpha.3dcc416e

3

dist/index.d.ts

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

import gql from 'graphql-tag';
export { schemaToTemplateContext } from './schema/schema-to-template-context';

@@ -7,1 +8,3 @@ export { transformDocument } from './operations/transform-document';

export { DocumentNode, Source, parse, concatAST, graphql, introspectionQuery, GraphQLSchema, IntrospectionQuery } from 'graphql';
export { gql };
export { makeExecutableSchema } from 'graphql-tools';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var graphql_tag_1 = require("graphql-tag");
exports.gql = graphql_tag_1.default;
var schema_to_template_context_1 = require("./schema/schema-to-template-context");

@@ -23,2 +25,4 @@ exports.schemaToTemplateContext = schema_to_template_context_1.schemaToTemplateContext;

exports.GraphQLSchema = graphql_1.GraphQLSchema;
var graphql_tools_1 = require("graphql-tools");
exports.makeExecutableSchema = graphql_tools_1.makeExecutableSchema;
//# sourceMappingURL=index.js.map

7

package.json
{
"name": "graphql-codegen-core",
"version": "0.7.0-alpha.073f588d",
"version": "0.7.0-alpha.3dcc416e",
"description": "GraphQL types and code generator based on schema",

@@ -77,4 +77,3 @@ "main": "dist/index.js",

"graphql": "^0.10.3",
"graphql-tag": "^2.4.2",
"graphql-tools": "^1.1.0"
"graphql-tools": "^1.0.0"
},

@@ -84,5 +83,3 @@ "devDependencies": {

"@types/node": "7",
"graphql": "^0.10.3",
"graphql-tag": "^2.4.2",
"graphql-tools": "^1.1.0",
"jest": "^20.0.4",

@@ -89,0 +86,0 @@ "rimraf": "^2.6.1",

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