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.99 to 0.3.0

package-lock.json

2

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

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

@@ -148,3 +148,3 @@ import axios from "axios";

transactionType: params?.transactionType,
exchangeSegment: `${this.securityList[params.tradingSymbol].exchange}_${this.getSegmentForOrderPlacement(this.securityList[params.tradingSymbol].segment)}`,
exchangeSegment: `${params.exchange}_${this.getSegmentForOrderPlacement(this.securityList[params.tradingSymbol].segment)}`,
productType: this.transformKiteToDhanProduct(params),

@@ -151,0 +151,0 @@ orderType: this.transformKiteToDhanOrderType(params?.orderType),

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