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

@evanshortiss/bittrex.js

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

@evanshortiss/bittrex.js - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "@evanshortiss/bittrex.js",
"version": "0.1.3",
"version": "0.1.4",
"description": "No nonsense Bittrex API wrapper for Node.js and Browsers, written in TypeScript",

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

# Bittrex.js - Bittrex API Wrapper
![https://travis-ci.org/evanshortiss/bittrex.js](https://travis-ci.org/evanshortiss/bittrex.js.svg) [![npm version](https://badge.fury.io/js/%40evanshortiss%2Fbittrex.js.svg)](https://badge.fury.io/js/@evanshortiss/bittrex.js) [![https://coveralls.io/repos/github/evanshortiss/bittrex.js](https://coveralls.io/repos/github/evanshortiss/bittrex.js/badge.svg?branch=master)](https://coveralls.io/github/evanshortiss/bittrex.js?branch=master)
![https://travis-ci.org/evanshortiss/bittrex.js](https://travis-ci.org/evanshortiss/bittrex.js.svg) [![npm version](https://badge.fury.io/js/%40evanshortiss%2Fbittrex.js.svg)](https://badge.fury.io/js/%40evanshortiss%2Fbittrex.js.svg) [![https://coveralls.io/repos/github/evanshortiss/bittrex.js](https://coveralls.io/repos/github/evanshortiss/bittrex.js/badge.svg?branch=master)](https://coveralls.io/github/evanshortiss/bittrex.js?branch=master)
[![TypeScript](https://badges.frapsoft.com/typescript/version/typescript-next.svg?v=101)](https://github.com/ellerbrock/typescript-badges/)

@@ -116,3 +116,3 @@

```ts
import * as Bittrex from 'bittrex.js'
import * as Bittrex from '@evanshortiss/bittrex.js'

@@ -149,3 +149,3 @@ const client = new Bittrex.RestClient({

```ts
import * as Bittrex from 'bittrex.js'
import * as Bittrex from '@evanshortiss/bittrex.js'

@@ -173,3 +173,3 @@ // Ensure only Bittrex API currency Objects can be pushed to the array

```ts
import * as Bittrex from 'bittrex.js'
import * as Bittrex from '@evanshortiss/bittrex.js'

@@ -176,0 +176,0 @@ const client = new Bittrex.RestClient({

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