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

inves-broker

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inves-broker - npm Package Compare versions

Comparing version 0.2.92 to 0.2.93

2

package.json
{
"name": "inves-broker",
"version": "0.2.92",
"version": "0.2.93",
"description": "Interact with multiple broker APIs in the Indian stock market.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -163,2 +163,3 @@ import {

try {
await this.triggerMemoizationOfSecurityList();
const response = await this.get(this.endpoints.getAllOrders, params.paytmAccessToken || '');

@@ -381,3 +382,3 @@ return response.data.data.map((order: any): OrderInformation => {

}
this.securityList[item.security_id] = item.symbol;
this.securitySymbolMap[item.security_id] = item.symbol;
}

@@ -384,0 +385,0 @@ });

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