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

quadrigacx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quadrigacx - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

33

lib/quadrigacx.js

@@ -43,4 +43,4 @@ // Generated by CoffeeScript 1.9.2

}
return request(options, function(err, response, body) {
try {
try {
return request(options, function(err, response, body) {
if (err || (response.statusCode !== 200 && response.statusCode !== 400)) {

@@ -50,7 +50,8 @@ return cb(new Error(err != null ? err : response.statusCode));

return cb(null, body);
} catch (_error) {
err = _error;
return cb(err);
}
});
});
} catch (_error) {
err = _error;
console.log("CATCHING ERROR IN Quadrigacx PUBLIC");
return cb(err);
}
};

@@ -84,8 +85,14 @@

};
return request(options, function(err, response, body) {
if (err || (response.statusCode !== 200 && response.statusCode !== 400)) {
return cb(new Error(err != null ? err : response.statusCode));
}
return cb(null, body);
});
try {
console.log("CATCHING ERROR IN Quadrigacx PRIVATE");
return request(options, function(err, response, body) {
if (err || (response.statusCode !== 200 && response.statusCode !== 400)) {
return cb(new Error(err != null ? err : response.statusCode));
}
return cb(null, body);
});
} catch (_error) {
err = _error;
return cb(err);
}
} catch (_error) {

@@ -92,0 +99,0 @@ err = _error;

{
"name": "quadrigacx",
"version": "0.0.5",
"version": "0.0.6",
"description": "nodejs interface for QuadrigaCX bitcoin exchange",

@@ -5,0 +5,0 @@ "main": "lib/quadrigacx.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