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.3.0 to 0.3.1

2

dist/websocket.js

@@ -142,3 +142,3 @@ 'use strict';

return {
type: 'executionReport',
eventType: 'executionReport',
eventTime: m.E,

@@ -145,0 +145,0 @@ symbol: m.s,

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

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

@@ -29,4 +29,3 @@ # binance-api-node [![Build](https://img.shields.io/travis/HyperCubeProject/binance-api-node.svg?style=flat-square)](https://travis-ci.org/HyperCubeProject/binance-api-node) [![Coverage](https://img.shields.io/coveralls/HyperCubeProject/binance-api-node.svg?style=flat-square)](https://coveralls.io/github/HyperCubeProject/binance-api-node) [![bnb](https://img.shields.io/badge/binance-winner-yellow.svg?style=flat-square)](https://github.com/binance-exchange/binance-api-node)

client.time()
.then(time => console.log(time))
client.time().then(time => console.log(time))
```

@@ -33,0 +32,0 @@

@@ -111,3 +111,3 @@ import WebSocket from 'ws'

executionReport: m => ({
type: 'executionReport',
eventType: 'executionReport',
eventTime: m.E,

@@ -114,0 +114,0 @@ symbol: m.s,

@@ -235,3 +235,3 @@ import test from 'ava'

t.deepEqual(res, {
type: 'executionReport',
eventType: 'executionReport',
eventTime: 1499405658658,

@@ -293,3 +293,3 @@ symbol: 'ETHBTC',

t.deepEqual(res, {
type: 'executionReport',
eventType: 'executionReport',
eventTime: 1499406026404,

@@ -296,0 +296,0 @@ symbol: 'ETHBTC',

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