Socket
Socket
Sign inDemoInstall

word-cloud-react

Package Overview
Dependencies
6
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

2

dist/WordCloud/WordCloudComponent.js

@@ -38,3 +38,3 @@ import _classCallCheck from "/Users/sazzadsazib/Desktop/Work/Front-end/PackageBuild/word-cloud-react/node_modules/@babel/runtime/helpers/esm/classCallCheck";

color: _this.props.color[Math.floor(Math.random() * 100) % _this.props.color.length],
fontSize: '' + Math.round(Math.log(item.value) * 1.2) + 'vmin'
fontSize: Math.log2(item.value) * 5
}

@@ -41,0 +41,0 @@ }, React.createElement("div", {

{
"name": "word-cloud-react",
"version": "0.1.3",
"dependencies": {},
"version": "0.1.4",
"dependencies": {
"react-tooltip": "^3.9.0"
},
"scripts": {

@@ -27,4 +29,3 @@ "start": "react-scripts start",

"react-dom": "^16.5.2",
"react-scripts": "2.0.5",
"react-tooltip": "^3.9.0"
"react-scripts": "2.0.5"
},

@@ -31,0 +32,0 @@ "main": "dist/index.js",

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