Socket
Socket
Sign inDemoInstall

coinspot-readonly-api

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinspot-readonly-api - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "coinspot-readonly-api",
"version": "1.1.0",
"version": "1.1.1",
"description": "Read-only API client for coinspot.com.au",

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

@@ -25,3 +25,3 @@ ### Read Only Coinspot API

// List deposits - note empty params
coinspotClient.balances({}, (e, data) => {
coinspotClient.deposits({}, (e, data) => {
console.log(data);

@@ -32,3 +32,3 @@ });

// Note lowercase startdate/enddate
coinspotClient.balances({ startdate: '2020-01-01'}, (e, data) => {
coinspotClient.deposits({ startdate: '2020-01-01'}, (e, data) => {
console.log(data);

@@ -35,0 +35,0 @@ });

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