inves-broker
Advanced tools
Comparing version 0.2.92 to 0.2.93
{ | ||
"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 @@ }); |
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
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
225964
4139