Socket
Socket
Sign inDemoInstall

use-upbit-api

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-upbit-api - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

package.json
{
"name": "use-upbit-api",
"version": "2.0.6",
"version": "2.0.7",
"description": "This is React Custom Hook for upbit api",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -8,4 +8,8 @@ # use-upbit-api

**The use-upbit-api custom hook for Upbit API** (Korea crypto exchange). In the previous, Upbit API's Websocket usage in React is difficult for developer who is unfamiliar with websocket in React, but this React Custom Hook solve the problem. Let's use this awesome custom hooks!
**The use-upbit-api, React custom hook for Upbit API** (Korea crypto exchange).
In the previous, Upbit API's Websocket usage in React is difficult for developer who is unfamiliar with websocket in React, but this React Custom Hook solve the problem.
Let's use this awesome custom hooks!
[_npm_ →](https://www.npmjs.com/package/use-upbit-api)

@@ -47,3 +51,3 @@

const {isLoading, marketCodes} = useFetchMarketCode(
(options = {throttle_time: 400, debug: false}), // default option, can be modified.
(options = {debug: false}), // default option, can be modified.
);

@@ -50,0 +54,0 @@ ```

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