Socket
Socket
Sign inDemoInstall

cryptocompare

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cryptocompare - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

0.7.1 / 2018-12-24
------------------
- Fix bug in `newsList()` ([#33](https://github.com/exodusmovement/cryptocompare/pull/33))
0.7.0 / 2018-11-26

@@ -2,0 +7,0 @@ ------------------

1

index.js

@@ -49,2 +49,3 @@ 'use strict'

function newsList (lang, options) {
options = options || {}
let url = `${baseUrl}data/v2/news/?lang=${lang}`

@@ -51,0 +52,0 @@ if (options.feeds) url += `&feeds=${options.feeds}`

2

package.json
{
"name": "cryptocompare",
"description": "CryptoCompare JavaScript API",
"version": "0.7.0",
"version": "0.7.1",
"author": "JP Richardson <jprichardson@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": {

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