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.1 to 0.0.2

data/coin_list.json

16

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

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

"scripts": {
"build": "tsc ",
"lint": "eslint . --fix",
"build": "rm -rf ./dist && tsc",
"dev": "ts-node ./src/index",
"test": "jest",
"prepublish": "npm run build"
"doc-gen": "typedoc --out ./docs src/",
"prepublish": "npm run build",
"publish-doc": "rm -rf ./dist && npm run doc-gen && gh-pages -d ./docs"
},

@@ -31,13 +35,17 @@ "repository": {

"@types/node": "^14.14.41",
"@types/qs": "^6.9.6",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"gh-pages": "^3.1.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typedoc": "^0.20.35",
"typescript": "^4.2.4"
},
"dependencies": {
"axios": "^0.21.1"
"axios": "^0.21.1",
"qs": "^6.5.2"
}
}
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