🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

react-jqcloud

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
r

react-jqcloud

A wrapper of jqcloud to create beautiful word clouds with react

1.0.6
latest
77

Supply Chain Security

100

Vulnerability

85

Quality

76

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Dependencies have 17 high alerts.

Socket optimized override available and High CVE

Version published
Weekly downloads
19
280%
Maintainers
1
Weekly downloads
 
Created
Issues
1

react-jqcloud

react-jqcloud is beautiful word clouds with jqcloud

I welcomed contributors and will be happy to merge and publish new versions.

Installation

npm install react-jqcloud

Usage

import ReactJQCloud from 'react-jqcloud'

-----------------------
var word_list = [
  { text: "Lorem", weight: 13 },
  { text: "Ipsum", weight: 10.5 },
  { text: "Dolor", weight: 9.4 },
  { text: "Sit", weight: 8 },
  { text: "Amet", weight: 6.2 },
  { text: "Consectetur", weight: 5 },
  { text: "Adipiscing", weight: 5 }
];

<ReactJQCloud word_array={word_list} />

License

This library is available under the ISC license.

Issues

You can add issues here 
- https://github.com/XanderDwyl/react-jqcloud/issues

TODO

  • [] Test
  • [] Examples

Reference

FAQs

Package last updated on 01 Oct 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