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

binance-api-node

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-api-node - npm Package Compare versions

Comparing version 0.11.34 to 0.11.35

7

index.d.ts

@@ -232,3 +232,3 @@ // tslint:disable:interface-name

confirmTimes?: string
}[]
}
}

@@ -261,3 +261,3 @@

withdrawOrderId?: string
}[]
}
}

@@ -557,3 +557,3 @@

depositHistory(options: {
coin: string
coin?: string
status?: number

@@ -564,2 +564,3 @@ startTime?: number

limit?: number
recvWindow?: number
}): Promise<DepositHistoryResponse>

@@ -566,0 +567,0 @@ universalTransfer(options: UniversalTransfer): Promise<{ tranId: number }>

{
"name": "binance-api-node",
"version": "0.11.34",
"version": "0.11.35",
"description": "A node API wrapper for Binance",

@@ -16,7 +16,10 @@ "main": "dist",

"report": "yarn cover && nyc report --reporter=text-lcov | coveralls",
"lint": "eslint src"
"lint": "eslint src",
"prettier": "prettier --write '{src,test}/**/*.{ts,js}'",
"prettier:check": "prettier -l '{src,test}/**/*.{ts,js}'",
"ci": "yarn lint && yarn prettier:check && yarn test"
},
"dependencies": {
"https-proxy-agent": "^5.0.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-fetch": "^3.0.0",
"isomorphic-ws": "^4.0.1",

@@ -34,3 +37,3 @@ "json-bigint": "^1.0.0",

"@babel/register": "^7.7.4",
"ava": "^2.4.0",
"ava": "^4.1.0",
"babel-eslint": "^10.0.3",

@@ -37,0 +40,0 @@ "babel-plugin-module-resolver": "^3.2.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