Socket
Socket
Sign inDemoInstall

coinbase-pro-node

Package Overview
Dependencies
14
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.0 to 2.13.1

32

package.json
{
"bugs": {
"url": "https://github.com/bennyn/coinbase-pro-node/issues"
"url": "https://github.com/bennycode/coinbase-pro-node/issues"
},
"dependencies": {
"@types/big.js": "6.0.0",
"@types/ws": "7.2.7",
"axios": "0.20.0",
"@types/ws": "7.2.9",
"axios": "0.21.0",
"axios-retry": "3.1.9",
"big.js": "6.0.1",
"bufferutil": "4.0.1",
"big.js": "6.0.2",
"bufferutil": "4.0.2",
"reconnecting-websocket": "4.4.0",
"utf-8-validate": "5.0.2",
"utf-8-validate": "5.0.3",
"ws": "7.3.1"

@@ -18,9 +18,9 @@ },

"devDependencies": {
"@types/jasmine": "3.5.14",
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"@types/jasmine": "3.6.0",
"@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0",
"cross-env": "7.0.2",
"dotenv-defaults": "2.0.1",
"eslint": "7.11.0",
"eslint-config-prettier": "6.14.0",
"eslint": "7.12.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",

@@ -30,4 +30,4 @@ "eslint-plugin-typescript-sort-keys": "1.5.0",

"husky": "4.3.0",
"jasmine": "3.6.2",
"lint-staged": "10.4.2",
"jasmine": "3.6.3",
"lint-staged": "10.5.1",
"nock": "13.0.4",

@@ -41,3 +41,3 @@ "nyc": "15.1.0",

"typedoc-plugin-markdown": "3.0.11",
"typescript": "4.0.3"
"typescript": "4.0.5"
},

@@ -76,3 +76,3 @@ "engines": {

"type": "git",
"url": "git+https://github.com/bennyn/coinbase-pro-node.git"
"url": "git+https://github.com/bennycode/coinbase-pro-node.git"
},

@@ -109,3 +109,3 @@ "scripts": {

},
"version": "2.13.0"
"version": "2.13.1"
}
# Coinbase Pro API
![Language Details](https://img.shields.io/github/languages/top/bennyn/coinbase-pro-node) ![Code Coverage](https://img.shields.io/codecov/c/github/bennyn/coinbase-pro-node/main) ![License](https://img.shields.io/npm/l/coinbase-pro-node.svg) ![Package Version](https://img.shields.io/npm/v/coinbase-pro-node.svg) ![Dependency Updates](https://img.shields.io/david/bennyn/coinbase-pro-node.svg)
![Language Details](https://img.shields.io/github/languages/top/bennycode/coinbase-pro-node) ![Code Coverage](https://img.shields.io/codecov/c/github/bennycode/coinbase-pro-node/main) ![License](https://img.shields.io/npm/l/coinbase-pro-node.svg) ![Package Version](https://img.shields.io/npm/v/coinbase-pro-node.svg) ![Dependency Updates](https://img.shields.io/david/bennycode/coinbase-pro-node.svg)

@@ -16,3 +16,3 @@ [Coinbase Pro][1] API for Node.js, written in TypeScript and covered by tests.

- **Convenient.** Request throttling is built-in. Don't worry about rate limiting.
- **Comfortable.** More than an API client. You will get extras like [candle watching](https://github.com/bennyn/coinbase-pro-node/blob/main/src/demo/rest-watch-candles.ts).
- **Comfortable.** More than an API client. You will get extras like [candle watching](https://github.com/bennycode/coinbase-pro-node/blob/main/src/demo/rest-watch-candles.ts).
- **Maintained.** Automated security updates. No threats from outdated dependencies.

@@ -86,4 +86,4 @@ - **Documented.** Get started with [demo scripts][3] and [generated documentation][4].

- [Subscribe to "ticker" channel (real-time price updates)](https://github.com/bennyn/coinbase-pro-node/blob/main/src/demo/websocket-ticker.ts)
- [Subscribe to authenticated "user" channel](https://github.com/bennyn/coinbase-pro-node/blob/main/src/demo/websocket-user.ts)
- [Subscribe to "ticker" channel (real-time price updates)](https://github.com/bennycode/coinbase-pro-node/blob/main/src/demo/websocket-ticker.ts)
- [Subscribe to authenticated "user" channel](https://github.com/bennycode/coinbase-pro-node/blob/main/src/demo/websocket-user.ts)

@@ -98,3 +98,3 @@ ### Demos

**Tip:** There is a [.env.defaults](https://github.com/bennyn/coinbase-pro-node/blob/main/.env.defaults) file which serves as a template. Just remove its `.defaults` extension and enter your credentials to get started. Do not commit this file (or your credentials) to any repository!
**Tip:** There is a [.env.defaults](https://github.com/bennycode/coinbase-pro-node/blob/main/.env.defaults) file which serves as a template. Just remove its `.defaults` extension and enter your credentials to get started. Do not commit this file (or your credentials) to any repository!

@@ -113,8 +113,8 @@ ### Real-world examples

Feel free to check the [issues page](https://github.com/bennyn/coinbase-pro-node/issues).
Feel free to check the [issues page](https://github.com/bennycode/coinbase-pro-node/issues).
The following commits will help you getting started quickly with the code base:
- [Add REST API endpoint](https://github.com/bennyn/coinbase-pro-node/commit/9920c2f4343985c349b68e2a47d7fe2c42e23e34)
- [Add REST API endpoint (with fixtures)](https://github.com/bennyn/coinbase-pro-node/commit/8a150fecb7d32b7b7cd39a8109985f665aaee26e)
- [Add REST API endpoint](https://github.com/bennycode/coinbase-pro-node/commit/9920c2f4343985c349b68e2a47d7fe2c42e23e34)
- [Add REST API endpoint (with fixtures)](https://github.com/bennycode/coinbase-pro-node/commit/8a150fecb7d32b7b7cd39a8109985f665aaee26e)

@@ -129,7 +129,7 @@ All resources can be found in the [Coinbase Pro API reference][2].

[Please leave a star](https://github.com/bennyn/coinbase-pro-node/stargazers) if you find this project useful.
[Please leave a star](https://github.com/bennycode/coinbase-pro-node/stargazers) if you find this project useful.
If you like this project, you might also like these related projects:
- [**trading-signals**](https://github.com/bennyn/trading-signals), Technical indicators written in TypeScript with arbitrary-precision arithmetic.
- [**trading-signals**](https://github.com/bennycode/trading-signals), Technical indicators written in TypeScript with arbitrary-precision arithmetic.
- [**binance-api-node**](https://github.com/Ashlar/binance-api-node), Heavily tested and Promise-based Binance API.

@@ -139,8 +139,8 @@

[2]: https://docs.pro.coinbase.com/
[3]: https://github.com/bennyn/coinbase-pro-node/tree/main/src/demo
[3]: https://github.com/bennycode/coinbase-pro-node/tree/main/src/demo
[4]: https://benny.work/coinbase-pro-node
[5]: https://www.npmjs.com/package/coinbase-pro-node
[6]: https://github.com/bennyn/coinbase-pro-node/network/dependents
[6]: https://github.com/bennycode/coinbase-pro-node/network/dependents
[7]: https://www.npmjs.com/browse/depended/coinbase-pro-node
[stack_exchange_bennyn_badge]: https://stackexchange.com/users/flair/203782.png?theme=default
[stack_exchange_bennyn_url]: https://stackexchange.com/users/203782/benny-neugebauer?tab=accounts

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc