New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9 to 0.0.10

5

dist/CoinGeckoClient.test.js

@@ -39,2 +39,7 @@ "use strict";

}));
it('/coins/id should successful', () => __awaiter(void 0, void 0, void 0, function* () {
const coin = yield client.coinId({ id: 'bitcoin' });
expect(coin.name).toBe('Bitcoin');
expect(coin.localization).not.toBeNull();
}));
it('/coins/market should successful', () => __awaiter(void 0, void 0, void 0, function* () {

@@ -41,0 +46,0 @@ const list = yield client.coinMarket({ vs_currency: 'usd', ids: 'origin-protocol,bitcorn' });

5

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

@@ -52,6 +52,3 @@ "main": "dist/index.js",

"*.ts": "eslint --cache --fix"
},
"dependencies": {
"axios": "^0.21.1"
}
}

3

README.md

@@ -7,2 +7,5 @@ # coingecko-api-v3

[![version](https://badgen.net/npm/v/coingecko-api-v3)](https://badgen.net/npm/v/coingecko-api-v3)
The nodejs api library for accessing coingecko api v3 , develop with typescript with zero dependencies

@@ -9,0 +12,0 @@

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