binance-api-node
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "binance-api-node", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.0.1", | ||
"description": "A node API wrapper for Binance", | ||
"main": "dist", | ||
"scripts": { | ||
"test": "" | ||
"build": "rm -rf dist && babel src -d dist", | ||
"test": "ava", | ||
"cover": "nyc ava", | ||
"report": "npm run cover && nyc report --reporter=text-lcov | coveralls", | ||
"lint": "eslint src" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"dependencies": { | ||
"isomorphic-fetch": "^2.2.1", | ||
"lodash.zipobject": "^4.1.3", | ||
"ws": "^3.2.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.22.0", | ||
"babel-cli": "^6.26.0", | ||
"babel-eslint": "^8.0.1", | ||
"babel-plugin-module-resolver": "^2.7.1", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.9.0", | ||
"eslint-config-prettier": "^2.6.0", | ||
"eslint-config-zavatta": "^6.0.1", | ||
"nyc": "^11.2.1", | ||
"prettier": "^1.7.4" | ||
}, | ||
"ava": { | ||
"require": [ | ||
"babel-register", | ||
"babel-polyfill" | ||
], | ||
"babel": "inherit" | ||
}, | ||
"author": "Balthazar Gronon <bgronon@gmail.com>", | ||
"license": "MIT" | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
185949
13
702
1
2
0
526
3
13
7
+ Addedisomorphic-fetch@^2.2.1
+ Addedlodash.zipobject@^4.1.3
+ Addedws@^3.2.0
+ Addedasync-limiter@1.0.1(transitive)
+ Addedencoding@0.1.13(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addedlodash.zipobject@4.1.3(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedultron@1.1.1(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
+ Addedws@3.3.3(transitive)