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

netlify-onegraph-internal

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-onegraph-internal - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

3

dist/graphqlHelpers.js

@@ -38,3 +38,3 @@ "use strict";

GitHubURI: { kind: "scalar", type: "string" },
// JSON: "JSON",
JSONObject: { kind: "scalar", type: "Record<string, unknown>" },
};

@@ -87,2 +87,3 @@ function gatherAllReferencedTypes(schema, query) {

GitHubTimestamp: "string",
JSONObject: "Record<string, unknown>",
};

@@ -89,0 +90,0 @@ if ((0, graphql_1.isListType)(gqlType)) {

@@ -79,3 +79,6 @@ import { DocumentNode, FragmentDefinitionNode, GraphQLSchema, OperationDefinitionNode, OperationTypeNode } from "graphql";

export declare const queryToFunctionDefinition: (fullSchema: GraphQLSchema, parsedDoc: DocumentNode, persistedQuery: ExtractedFunction, enabledFragments: Record<string, ParsedFragment>) => ParsedFunction | undefined;
export declare const fragmentToParsedFragmentDefinition: (fullSchema: GraphQLSchema, persistedQuery: ExtractedFragment) => ParsedFragment | undefined;
export declare const fragmentToParsedFragmentDefinition: (currentFragments: {}, fullSchema: GraphQLSchema, persistedQuery: ExtractedFragment) => {
fragmentDefinitions: Record<string, FragmentDefinitionNode[]>;
fragment?: ParsedFragment | undefined;
};
export declare const generateJavaScriptClient: (netlifyGraphConfig: NetlifyGraphConfig, schema: GraphQLSchema, operationsDoc: string, enabledFunctions: ParsedFunction[]) => string;

@@ -82,0 +85,0 @@ export declare const generateProductionJavaScriptClient: (netlifyGraphConfig: NetlifyGraphConfig, schema: GraphQLSchema, operationsDoc: string, enabledFunctions: PersistedFunction[], schemaId: string) => string;

{
"name": "netlify-onegraph-internal",
"version": "0.3.2",
"version": "0.3.3",
"description": "Internal tools for use by Netlify",

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

"build": "tsc",
"prepare": "npm run build"
"prepare": "npm run build",
"prettier": "prettier --write \"src/**/*.ts\""
},

@@ -15,0 +16,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

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

  • 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