Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node.liqui.io

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node.liqui.io - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## 1.2.0 - 2017-07-22
Fixes sell param. Thanks @devboxr.
## 1.1.0 - 2017-07-22

@@ -5,0 +8,0 @@ Adds optional parameter `limit` to fetching depth. Thanks @passabilities.

2

index.js

@@ -148,3 +148,3 @@ 'use strict';

sell(pair, rate, amount){
sell(params){
if (!params || !params.pair || !params.rate || !params.amount){

@@ -151,0 +151,0 @@ return Promise.reject('Pair, rate, and amount are required');

{
"name": "node.liqui.io",
"version": "1.1.0",
"version": "1.2.0",
"description": "Node JS wrapper for the liqui.io crypto-currency exchange.",

@@ -5,0 +5,0 @@ "main": "index.js",

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