Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

binance-api-node

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-api-node - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.babelrc

42

package.json
{
"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"
}
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