coingecko-api-v3
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570886
12
34250
2
12
1
+ Addedqs@^6.5.2
+ Addedcall-bind@1.0.7(transitive)
+ Addeddefine-data-property@1.1.4(transitive)
+ Addedes-define-property@1.0.0(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.4(transitive)
+ Addedgopd@1.0.1(transitive)
+ Addedhas-property-descriptors@1.0.2(transitive)
+ Addedhas-proto@1.0.3(transitive)
+ Addedhas-symbols@1.0.3(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedobject-inspect@1.13.3(transitive)
+ Addedqs@6.13.1(transitive)
+ Addedset-function-length@1.2.2(transitive)
+ Addedside-channel@1.0.6(transitive)