@digilabs/ngest-ig
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -5,2 +5,3 @@ 'use strict' | ||
ClientAuthenticated: require("./lib/client/authenticated"), | ||
PlatformIG: require("./lib/client/authenticat"), | ||
} |
@@ -7,14 +7,13 @@ 'use strict' | ||
class ClientAuthenticated { | ||
/** | ||
* Creates an instance of ClientAuthenticated. | ||
* @param {any} config | ||
* @param {any} instrument | ||
* @param {any} type | ||
* @param {any} filters | ||
* @param {any} environment | ||
* @param {any} config | ||
* @param {any} instrument | ||
* @param {any} type | ||
* @param {any} filters | ||
* @param {any} environment | ||
* @memberof ClientAuthenticated | ||
*/ | ||
constructor(config, instrument, environment, type, filters) { | ||
this.config = config; | ||
@@ -80,6 +79,6 @@ this.instrument = instrument; | ||
/** | ||
* Sets the credentials for loggin | ||
* | ||
* @param {any} creds | ||
* @returns | ||
* Sets the credentials for loggin | ||
* | ||
* @param {any} creds | ||
* @returns | ||
* @memberof ClientAuthenticated | ||
@@ -97,8 +96,8 @@ */ | ||
} | ||
/** | ||
* Add the auth headers | ||
* | ||
* @param {any} passed_headers | ||
* @returns | ||
* | ||
* @param {any} passed_headers | ||
* @returns | ||
* @memberof ClientAuthenticated | ||
@@ -133,5 +132,5 @@ */ | ||
* Adds authenticated token to config | ||
* | ||
* @param {any} response | ||
* @returns | ||
* | ||
* @param {any} response | ||
* @returns | ||
* @memberof ClientAuthenticated | ||
@@ -154,6 +153,6 @@ */ | ||
* Access the api and return the response | ||
* | ||
* @param {any} ep | ||
* @param {boolean} [pair=false] | ||
* @returns | ||
* | ||
* @param {any} ep | ||
* @param {boolean} [pair=false] | ||
* @returns | ||
* @memberof ClientAuthenticated | ||
@@ -160,0 +159,0 @@ */ |
{ | ||
"name": "@digilabs/ngest-ig", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "IG API nodejs client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50383
9
616
7
1