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

bitstamp

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitstamp - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

output/bitstamp.md

4

bitstamp.js

@@ -174,2 +174,6 @@ var querystring = require("querystring");

Bitstamp.prototype.order_status = function (id, callback) {
this._post('order_status', callback, {id: id});
};
Bitstamp.prototype.user_transactions = function(options, callback) {

@@ -176,0 +180,0 @@ if(!callback) {

4

package.json
{
"name": "bitstamp",
"version": "0.2.0",
"version": "0.2.1",
"description": "Bitstamp REST API wrapper",

@@ -30,2 +30,2 @@ "keywords": [

"readmeFilename": "README.md"
}
}
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