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

@digilabs/ngest-ig

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digilabs/ngest-ig - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

.npmignore

1

index.js

@@ -5,2 +5,3 @@ 'use strict'

ClientAuthenticated: require("./lib/client/authenticated"),
PlatformIG: require("./lib/client/authenticat"),
}

43

lib/client/authenticated.js

@@ -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",

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