Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react3dtagcloud

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react3dtagcloud - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

15

lib/index.js

@@ -93,15 +93,20 @@ "use strict";

if (this.state.tags.length === 0) {
if (this.props.tagName.length === 0) {
return;
}
requestAnimationFrame(function () {
console.log(22);
var animation = function animation() {
_this3.rotateX();
_this3.rotateY();
requestAnimationFrame(animation);
};
requestAnimationFrame(function () {
animation();
});
this.move(this.props.tagName);
this.setState({
timer: timer
});
} // handleMouseover(e) {

@@ -108,0 +113,0 @@ // const angleY = 2 * (e.clientX / document.body.getBoundingClientRect().width - 0.5) * speed * BASEANGLE;

{
"name": "react3dtagcloud",
"version": "0.2.1",
"version": "0.2.2",
"description": "基于 react 的 3d 标签云",

@@ -5,0 +5,0 @@ "repository": "crazylxr/3dtagcloudforeact",

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