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

webull-api-ts

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webull-api-ts - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

dist/utils/Api.js

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

for (let transfer of transfers) {
if (transfer.status == 'COMPLETED') {
if (transfer.subStatus == 'COMPLETED') {
details.push(Object.assign(Object.assign({}, defaultRecord), { type: 'transfer', direction: transfer.direction == 'IN' ? 'credit' : 'debit', date: new Date(transfer.updateTime).toISOString(), amount: transfer.amount, legs: [] }));

@@ -337,0 +337,0 @@ }

{
"name": "webull-api-ts",
"version": "0.0.1",
"version": "0.0.2",
"description": "Webull trading API for node-js",
"main": "./dist/index.js",
"files": [
"/dist/index.js",
"/dist/index.d.ts",
"/dist/index.js",
"/dist/index.d.ts",
"/dist/utils"

@@ -43,3 +43,3 @@ ],

"chai": "*",
"mocha": "*",
"mocha": "^7.2.0",
"typedoc": "*",

@@ -46,0 +46,0 @@ "typedoc-plugin-markdown": "*"

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