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

bitfinex

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitfinex - npm Package Compare versions

Comparing version 0.4.1 to 1.0.0

16

lib/bitfinex.js

@@ -263,17 +263,3 @@ // Generated by CoffeeScript 1.8.0

Bitfinex.prototype.past_trades = function(symbol, timestamp, limit_trades, cb) {
var params;
params = {
symbol: symbol,
timestamp: timestamp
};
if (typeof limit_trades === 'function') {
cb = limit_trades;
} else {
params['limit_trades'] = limit_trades;
}
return this.make_request('mytrades', params, cb);
};
Bitfinex.prototype.mytrades = function(symbol, options, cb) {
Bitfinex.prototype.past_trades = function(symbol, options, cb) {
var err, option, params, value;

@@ -280,0 +266,0 @@ params = {

5

package.json
{
"name": "bitfinex",
"version": "0.4.1",
"version": "1.0.0",
"gypfile": true,

@@ -26,4 +26,3 @@ "scripts": {

"dependencies": {
"request": "~2.30.0",
"crypto": "~0.0.3"
"request": "~2.30.0"
},

@@ -30,0 +29,0 @@ "repository": {

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