Socket
Socket
Sign inDemoInstall

odl-graphql-client

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odl-graphql-client - npm Package Compare versions

Comparing version 1.0.0-rc.10 to 1.0.0-rc.11

graphqlEntityFetcher.ts

7

index.ts

@@ -1,5 +0,4 @@

import ODLGraphqlClientFactory from "./factory";
import ODLGraphqlClient from "./odlGraphqlClient";
import GraphQLFetcher from "./graphqlFetcher";
import ODLGraphQLClient from "./odlGraphQLClient";
import GraphQLEntityFetcher from "./graphqlEntityFetcher";
export { ODLGraphqlClientFactory, ODLGraphqlClient, GraphQLFetcher };
export { ODLGraphQLClient, GraphQLEntityFetcher };

@@ -7,3 +7,3 @@ {

},
"version": "1.0.0-rc.10",
"version": "1.0.0-rc.11",
"dependencies": {

@@ -10,0 +10,0 @@ "graphql-request": "^1.8.2",

@@ -45,6 +45,1 @@ export type QueryParams = {

};
export type MutationResult = {
didSuccess: boolean;
errorCode: string;
};

@@ -50,4 +50,1 @@ import keys from "lodash/fp/keys";

};
const getVariableType = (paramKey: string) =>
get(paramKey)(SUPPORTED_VARIABLES_TYPE);
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