Comparing version 0.2.7 to 0.2.8
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
14069
18