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.1.3 to 0.2.7

bitfinex.coffee

18

package.json
{
"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

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