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.11 to 0.0.12

commitlint.config.js

38

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

@@ -15,3 +15,4 @@ "main": "dist/index.js",

"publish-doc": "npm run doc-gen && gh-pages -d ./docs",
"prepare": "husky install"
"prepare": "husky install",
"release": "standard-version --dry-run"
},

@@ -34,18 +35,21 @@ "repository": {

"devDependencies": {
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@types/jest": "^26.0.23",
"@types/node": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.5",
"gh-pages": "^3.1.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typedoc": "^0.20.35",
"typescript": "^4.2.4"
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"gh-pages": "^3.2.3",
"husky": "^7.0.0",
"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"standard-version": "^9.3.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typedoc": "^0.21.2",
"typescript": "^4.3.5"
},

@@ -52,0 +56,0 @@ "lint-staged": {

@@ -42,3 +42,3 @@ # coingecko-api-v3

| /ping | client.ping() | ✅ |
| /simple/price | client.simpePrice() | ✅ |
| /simple/price | client.simplePrice() | ✅ |
| /simple/token_price/:id | client.simplePriceId() | ✅ |

@@ -45,0 +45,0 @@ | /simple/supported_vs_currencies | client.simpleSupportedCurrencies() | ✅ |

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