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

@parameter1/omeda-graphql-client

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parameter1/omeda-graphql-client - npm Package Compare versions

Comparing version

to
0.4.2

4

package.json
{
"name": "@parameter1/omeda-graphql-client",
"version": "0.4.0",
"version": "0.4.2",
"description": "A server-side Apollo GraphQL client factory for accessing the Omeda GraphQL service",

@@ -33,3 +33,3 @@ "main": "src/index.js",

},
"gitHead": "c0425c25602e504fd17f6a7b41745104349d7962"
"gitHead": "a06889514ddf1341696b4d2a15eb694e9594f98e"
}

@@ -22,2 +22,3 @@ const fetch = require('node-fetch');

* @param {string} params.brandKey The Omeda brand key/identifier.
* @param {string} [params.clientKey] The Omeda client key/identifier.
* @param {string} params.appId The Omeda API App ID.

@@ -32,2 +33,3 @@ * @param {string} [params.inputId] An optional (default) Omeda API Input ID.

brandKey,
clientKey,
appId,

@@ -45,2 +47,3 @@ inputId,

...(inputId && { 'x-omeda-inputid': inputId }),
...(clientKey && { 'x-omeda-client': clientKey }),
};

@@ -47,0 +50,0 @@