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.2.7 to 0.2.8

6

bitfinex.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.7.1
// Generated by CoffeeScript 1.6.3
(function() {

@@ -18,7 +18,7 @@ var Bitfinex, crypto, qs, request;

this.secret = secret;
this.nonce = Math.round((new Date()).getTime() / 1000);
this.nonce = Math.ceil((new Date()).getTime() / 1000);
}
Bitfinex.prototype._nonce = function() {
return this.nonce++;
return ++this.nonce;
};

@@ -25,0 +25,0 @@

{
"name": "bitfinex",
"version": "0.2.7",
"version": "0.2.8",
"gypfile": true,

@@ -33,4 +33,4 @@ "scripts": {

"type": "git",
"url": "git://github.com/naddison36/bitfinex.git"
"url": "git://github.com/gferrin/bitfinex.git"
}
}

@@ -1,3 +0,1 @@

Clone of Gabriel Ferrin's bitfinex package. git://github.com/gferrin/bitfinex.git
This is a node.js wrapper for the Bitfinex [API](https://bitfinex.com/pages/api).

@@ -9,8 +7,2 @@

### coffee-script installation
`npm install -g coffee-script`
### Compile coffee-script
`coffee --compile bitfinex.coffee`
### Example

@@ -17,0 +9,0 @@

Sorry, the diff of this file is not supported yet

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