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 1.0.2 to 1.0.3

6

lib/bitfinex.js
// Generated by CoffeeScript 1.8.0
(function() {
var Bitfinex, crypto, request;
var Bitfinex, crypto, qs, request;

@@ -11,2 +11,4 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";

qs = require('querystring');
module.exports = Bitfinex = (function() {

@@ -312,3 +314,3 @@ function Bitfinex(key, secret) {

params = {
order_id: offer_id
offer_id: offer_id
};

@@ -315,0 +317,0 @@ return this.make_request('offer/cancel', params, cb);

{
"name": "bitfinex",
"version": "1.0.2",
"version": "1.0.3",
"gypfile": true,

@@ -5,0 +5,0 @@ "scripts": {

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