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.2 to 1.0.3

7

lib/client/authenticated.js

@@ -37,3 +37,3 @@ 'use strict'

this.ticker_symbol = [this.instrument]
this.apiVersion = 'v3';
this.apiVersion = '3';
this.base = this.config_env.api[this.type].url;

@@ -183,2 +183,3 @@

// console.log('The options to pass to axios', options)
return axios(options)

@@ -189,6 +190,8 @@ .then(res => {

.catch(err => {
// console.log(err)
return Promise.reject({
status:err.response.status,
statusText: err.response.statusText,
method: 'ClientAuthenticated::getData'
method: 'ClientAuthenticated::getData',
url: err.response.config.url
})

@@ -195,0 +198,0 @@ })

{
"name": "@digilabs/ngest-ig",
"version": "1.0.2",
"version": "1.0.3",
"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