New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cryptomkt-promise

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptomkt-promise - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

12

cryptomkt.js

@@ -53,3 +53,3 @@ var querystring = require("querystring");

console.log(options);
//console.log(options);

@@ -72,9 +72,5 @@ return requestPromise(options)

var time = Math.floor(new Date() / 1000);
var message;
if(body){
message=time+' '+path;
}else{
message=time+' '+path;
}
console.log(message)
var message=time+path;
//console.log(message)
var signature = crypto.createHmac('sha384', this.api_secret).update(message).digest('hex');

@@ -81,0 +77,0 @@

{
"name": "cryptomkt-promise",
"version": "0.1.0",
"version": "0.1.1",
"description": "CryptoMKT REST API wrapper using Bluebird promises",

@@ -5,0 +5,0 @@ "keywords": [

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