New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

binance-cryptocurrency-widget

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-cryptocurrency-widget

test task for Binance

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
1
Weekly downloads
 
Created
Source

binance-cryptocurrency-widget

test task for Binance

Task: https://github.com/orangeflame/binance-fe-test

Pros:

  • Extra low size (nearly 3Kb)
  • Blazing fast
  • Made as npm package

Cons:

  • Used store based on context API instead of Redux (for size purpose)
  • Lack of readability

NPM JavaScript Style Guide

Demo

Example deployed on gh-pages https://travnikov.dev/binance-cryptocurrency-widget/

Install

npm install --save binance-cryptocurrency-widget

Usage

import React, { Component } from 'react'

import BinanceWidget from 'binance-cryptocurrency-widget'
import 'binance-cryptocurrency-widget/dist/index.css'

class Example extends Component {
  render() {
    return <BinanceWidget />
  }
}

License

MIT © TravnikovRN

FAQs

Package last updated on 23 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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