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

2

dist/brokers/PaytmMoney.js

@@ -152,3 +152,3 @@ "use strict";

orderType: this.transformPaytmToKiteOrderType(order.order_type),
transactionType: this.transformPaytmToKiteTransactionType(order.trxn_type),
transactionType: this.transformPaytmToKiteTransactionType(order.txn_type),
validity: order.validity,

@@ -155,0 +155,0 @@ product: this.transformPaytmToKiteProduct(order.product),

{
"name": "inves-broker",
"version": "0.2.96",
"version": "0.2.97",
"description": "Interact with multiple broker APIs in the Indian stock market.",

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

@@ -174,3 +174,3 @@ import {

orderType: this.transformPaytmToKiteOrderType(order.order_type),
transactionType: this.transformPaytmToKiteTransactionType(order.trxn_type),
transactionType: this.transformPaytmToKiteTransactionType(order.txn_type),
validity: order.validity,

@@ -177,0 +177,0 @@ product: this.transformPaytmToKiteProduct(order.product),

Sorry, the diff of this file is not supported yet

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