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.9.3 to 0.9.4

33

index.d.ts

@@ -201,18 +201,19 @@ // tslint:disable:interface-name

export type CandleChartInterval =
| '1m'
| '3m'
| '5m'
| '15m'
| '30m'
| '1h'
| '2h'
| '4h'
| '6h'
| '8h'
| '12h'
| '1d'
| '3d'
| '1w'
| '1M';
export enum CandleChartInterval {
ONE_MINUTE = '1m',
THREE_MINUTES = '3m',
FIVE_MINUTES = '5m',
FIFTEEN_MINUTES = '15m',
THIRTY_MINUTES = '30m',
ONE_HOUR = '1h',
TWO_HOURS = '2h',
FOUR_HOURS = '4h',
SIX_HOURS = '6h',
EIGHT_HOURS = '8h',
TWELVE_HOURS = '12h',
ONE_DAY = '1d',
THREE_DAYS = '3d',
ONE_WEEK = '1w',
ONE_MONTH = '1M'
}

@@ -219,0 +220,0 @@ export type RateLimitType =

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

@@ -5,0 +5,0 @@ "main": "dist",

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