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

bitonic

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitonic - npm Package Compare versions

Comparing version 2.0.1 to 2.0.3

24

index.js

@@ -30,24 +30,2 @@ /*

/**
* Promisify httpreq.doRequest
*
* @param {object} options doRequest options
*
* @return {Promise<object>}
*/
_httpRequest (options) {
return new Promise ((resolve, reject) => {
doRequest (options, (err, res) => {
if (err) {
reject (err);
return;
}
resolve (res);
});
});
}
/**
* Send API request

@@ -76,3 +54,3 @@ *

return this._httpRequest (options)
return doRequest (options)
.then (res => res.body)

@@ -79,0 +57,0 @@ .then (JSON.parse)

2

package.json

@@ -9,3 +9,3 @@ {

"description": "Bitonic API (unofficial)",
"version": "2.0.1",
"version": "2.0.3",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

@@ -20,3 +20,3 @@ # bitonic

bitonic.buy ({
bitonic.priceBuy ({
from: 'eur',

@@ -23,0 +23,0 @@ amount: 5,

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