New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 1.0.2

2

index.js
'use strict'
module.exports = exports = {
ClientPublic: require("./lib/client/public"),
ClientAuthenticated: require("./lib/client/authenticated"),
TradingPairs: require("./lib/trading_pairs.json")
}

5

lib/client/authenticated.js

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

class ClientAuthenticated {
/**

@@ -71,7 +72,5 @@ * Creates an instance of ClientAuthenticated.

.then(response => {
// console.log('response from auth', response)
return this.authenticateAddToken(response)
})
.catch(error => {
// console.log(error);
return Promise.reject(error)

@@ -98,2 +97,3 @@ });

}
/**

@@ -128,3 +128,2 @@ * Add the auth headers

console.log('headers set', headers)
return this.httpHeaders = headers;

@@ -131,0 +130,0 @@ }

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