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

shapeshift

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

shapeshift - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "shapeshift",
"version": "0.0.1",
"version": "0.0.2",
"description": "shapeshift.io api for node.js (unofficial)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -16,2 +16,13 @@ shapeshift

## Install
npm install shapeshift
var shapeshift = require('shapeshift');
shapeshift.getRate(pair)
.then(function(data){
//do something w/ data
});
## Usage

@@ -21,2 +32,3 @@

var shapeshift = require('shapeshift');
var pair = 'btc_ltc';

@@ -33,3 +45,4 @@

var pair = 'btc_ltc';
var shapeshift = require('shapeshift');
pdate var pair = 'btc_ltc';

@@ -36,0 +49,0 @@ shapeshift.getLimit(pair)

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