Comparing version 1.3.4 to 1.3.5
# Changelog | ||
## 1.3.5 | ||
- Fix beautifer issue related to arrays and errors from binance server | ||
## 1.3.4 | ||
- Allow baseUrl override in constructor #46 | ||
- Add requestOptions (proxy support + more) #64 | ||
- Update vulnerable dependencies #73, #81 | ||
- Provide `processFilter()` helper functionality for order prices and amounts #43 | ||
- Fix endless onUserData keep alive timer #85 | ||
- Allow baseUrl override in constructor #46 | ||
- Add requestOptions (proxy support + more) #64 | ||
- Update vulnerable dependencies #73, #81 | ||
- Provide `processFilter()` helper functionality for order prices and amounts #43 | ||
- Fix endless onUserData keep alive timer #85 | ||
## 1.3.2/3 | ||
- Add an error handler to the websocket so the process doesn't exit | ||
- Handle malformed JSON responses in websocket messages | ||
- Add an error handler to the websocket so the process doesn't exit | ||
- Handle malformed JSON responses in websocket messages | ||
## 1.3.1 | ||
- Fix error handling for callbacks when response is empty, introduced by clock drift changes | ||
- Fix error handling for callbacks when response is empty, introduced by clock drift changes | ||
## 1.3.0 | ||
- Add the ability to have the library handle system clock drift | ||
- Add the ability to have the library handle system clock drift | ||
## 1.2.2 | ||
- Fix beautification of allTickers event arrays when using combinedStreams | ||
- Fix beautification of allTickers event arrays when using combinedStreams | ||
## 1.2.1 | ||
- Fix account function signature so as not to break potential calls when upgrading | ||
- Fix account function signature so as not to break potential calls when upgrading | ||
## 1.2.0 | ||
- Remove example responses from README for cases where they match the new official docs | ||
- Update README links to point to new official docs on github | ||
- Fix onUserData so the keep alive interval requests function properly | ||
- Use new base url specified in new official docs | ||
- Add new REST and WebSocket API functionality to include all that's specified in the newest set of documentation | ||
- Remove example responses from README for cases where they match the new official docs | ||
- Update README links to point to new official docs on github | ||
- Fix onUserData so the keep alive interval requests function properly | ||
- Use new base url specified in new official docs | ||
- Add new REST and WebSocket API functionality to include all that's specified in the newest set of documentation | ||
## 1.1.2 | ||
- Add lots of example responses and query parameter details to the README | ||
- Fix onUserData where the promise wasn't being returned | ||
- Add travis CI and coveralls | ||
- Add lots of example responses and query parameter details to the README | ||
- Fix onUserData where the promise wasn't being returned | ||
- Add travis CI and coveralls | ||
## 1.1.1 | ||
- Minor docs updates | ||
- Set callback to deliver Error object on non 2XX return codes | ||
- Minor docs updates | ||
- Set callback to deliver Error object on non 2XX return codes | ||
## 1.1.0 | ||
- Setup account related APIs with new routes and signing | ||
- Add allPrices and allBookTickers routes | ||
- Add withdraw, withdrawHistory, depositHistory and depositAddress routes | ||
- Setup the recvWindow query string option only to show up on signed routes | ||
- Setup account related APIs with new routes and signing | ||
- Add allPrices and allBookTickers routes | ||
- Add withdraw, withdrawHistory, depositHistory and depositAddress routes | ||
- Setup the recvWindow query string option only to show up on signed routes | ||
## 1.0.3 | ||
- Fix typo for websocket response beautify | ||
- Properly handle 500 responses from the server which are not JSON | ||
- Properly set recvWindow query option when passed to the constructor | ||
- Update readme | ||
- Update tests for fixes | ||
- Fix typo for websocket response beautify | ||
- Properly handle 500 responses from the server which are not JSON | ||
- Properly set recvWindow query option when passed to the constructor | ||
- Update readme | ||
- Update tests for fixes | ||
## 1.0.2 | ||
- Fix readme, remove extraneous file | ||
- Fix readme, remove extraneous file | ||
## 1.0.1 | ||
- Fix automatic timestamp issue | ||
- Fix automatic timestamp issue | ||
## 1.0.0 | ||
- First release | ||
- First release |
@@ -215,3 +215,3 @@ const _ = require('underscore'); | ||
_.each(value, (arrayValue, arrayKey) => { | ||
newItem.push( | ||
newArray.push( | ||
this.beautify(value, beautifications[arrayKey]) | ||
@@ -218,0 +218,0 @@ ); |
{ | ||
"name": "binance", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "node.js wrapper for the Binance REST and WebSocket APIs", | ||
@@ -39,6 +39,7 @@ "main": "./lib/binance.js", | ||
"Gavy Aggarwal (http://gavyaggarwal.com/)", | ||
"Tiago Siebler (https://github.com/tiagosiebler)" | ||
"Tiago Siebler (https://github.com/tiagosiebler)", | ||
"Tony Pettigrew (https://github.com/NeverEnder4)", | ||
"Chris <apexearth@gmail.com> (https://github.com/apexearth)" | ||
], | ||
"license": "MIT", | ||
"types": "index.d.ts", | ||
"devDependencies": { | ||
@@ -45,0 +46,0 @@ "chai": "^4.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
59426
0