Comparing version 0.1.3 to 0.2.7
{ | ||
"name": "bitfinex", | ||
"version": "0.1.3", | ||
"version": "0.2.7", | ||
"gypfile": true, | ||
@@ -10,2 +10,6 @@ "scripts": { | ||
"main": "bitfinex.js", | ||
"scripts": { | ||
"build": "coffee --bare --compile *.coffee", | ||
"prepublish": "coffee --bare --compile *.coffee" | ||
}, | ||
"keywords": [ | ||
@@ -18,10 +22,16 @@ "bitfinex", | ||
], | ||
"author": "Gabriel Ferrin <garf11235813@gmail.com>", | ||
"author": { | ||
"name": "Gabriel Ferrin", | ||
"email": "garf11235813@gmail.com"}, | ||
"contributors": "Nick Addison", | ||
"dependencies": { | ||
"request": "~2.30.0" | ||
"request": "~2.30.0", | ||
"querystring": "~0.2.0", | ||
"crypto": "~0.0.3", | ||
"coffee-script": ">= 1.3" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/gferrin/bitfinex.git" | ||
"url": "git://github.com/naddison36/bitfinex.git" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
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). | ||
@@ -7,2 +9,8 @@ | ||
### coffee-script installation | ||
`npm install -g coffee-script` | ||
### Compile coffee-script | ||
`coffee --compile bitfinex.coffee` | ||
### Example | ||
@@ -9,0 +17,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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
14282
5
233
26
4
1
+ Addedcoffee-script@>= 1.3
+ Addedcrypto@~0.0.3
+ Addedquerystring@~0.2.0
+ Addedcoffee-script@1.12.7(transitive)
+ Addedcrypto@0.0.3(transitive)
+ Addedquerystring@0.2.1(transitive)