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.0.1 to 1.0.2

3

index.js

@@ -41,3 +41,4 @@ const hmac = require("crypto").createHmac;

resp.on('end', chunk => {
callback(null, data);
const jsonData = JSON.parse(data);
callback(null, jsonData);
});

@@ -44,0 +45,0 @@ }).on("error", e => {

{
"name": "coinspot-readonly-api",
"version": "1.0.1",
"description": "",
"version": "1.0.2",
"description": "Read-only API client for coinspot.com.au",
"main": "index.js",

@@ -21,3 +21,15 @@ "scripts": {

"url": "https://github.com/taitems/coinspot-readonly-api/issues"
}
},
"contributors": [
"Russel Wilson (https://github.com/rtw)"
],
"keywords": [
"btc",
"bitcoin",
"litecoin",
"ltc",
"dogecoin",
"doge",
"coinspot"
]
}
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