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

coingecko-api-v3

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coingecko-api-v3 - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### 0.0.23 (2023-03-22)
### Features
* should fail on not 2xx status code ([#33](https://github.com/samuraitruong/coingecko-api-v3/issues/33)) ([dfddc94](https://github.com/samuraitruong/coingecko-api-v3/commit/dfddc94ebb4f7f3397214d0fd840883e1d744681))
### 0.0.22 (2023-03-03)

@@ -7,0 +14,0 @@

3

dist/CoinGeckoClient.js

@@ -125,2 +125,5 @@ "use strict";

}
if (res.statusCode.toString().slice(0, 1) !== '2') {
throw new Error(`got error from coin gecko. status code: ${res.statusCode}`);
}
return res.data;

@@ -127,0 +130,0 @@ });

2

package.json
{
"name": "coingecko-api-v3",
"version": "0.0.22",
"version": "0.0.23",
"description": "The nodejs api library for accessing coingecko api v3 , develop with typescript",

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

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