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

react-rnd

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rnd - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

lib/.keep

2

lib/index.js

@@ -269,3 +269,3 @@ 'use strict';

var cursorStyle = this.props.disableDragging ? { cursor: 'normal' } : {};
var cursorStyle = this.props.disableDragging || this.dragHandlerClassName ? { cursor: 'normal' } : { cursor: 'move' };
var innerStyle = (0, _extends3.default)({}, boxStyle, {

@@ -272,0 +272,0 @@ zIndex: this.state.z

{
"name": "react-rnd",
"license": "MIT",
"version": "5.1.2",
"version": "5.1.3",
"main": "lib/index.js",

@@ -49,3 +49,3 @@ "scripts": {

"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.53.1",
"flow-bin": "^0.54.0",
"flow-copy-source": "^1.2.0",

@@ -52,0 +52,0 @@ "flow-runtime": "^0.14.0",

@@ -422,2 +422,6 @@ <p align="center"><img src ="https://github.com/bokuweb/react-rnd/blob/master/logo.png?raw=true" /></p>

#### v5.1.3
- Fix cursor style, set `normal` to cursor style when `dragHandlerClassName` is not empty.
#### v5.1.2

@@ -424,0 +428,0 @@

Sorry, the diff of this file is not supported yet

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