Socket
Socket
Sign inDemoInstall

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 9.0.3 to 9.0.4

2

lib/index.es5.js

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

delete resizableProps.default;
var cursorStyle = disableDragging || dragHandleClassName ? { cursor: "normal" } : { cursor: "move" };
var cursorStyle = disableDragging || dragHandleClassName ? { cursor: "auto" } : { cursor: "move" };
var innerStyle = __assign({}, resizableStyle, cursorStyle, style);

@@ -352,0 +352,0 @@ var _b = this.getOffsetFromParent(), left = _b.left, top = _b.top;

@@ -343,3 +343,3 @@ import { createElement, Component } from 'react';

delete resizableProps.default;
var cursorStyle = disableDragging || dragHandleClassName ? { cursor: "normal" } : { cursor: "move" };
var cursorStyle = disableDragging || dragHandleClassName ? { cursor: "auto" } : { cursor: "move" };
var innerStyle = __assign({}, resizableStyle, cursorStyle, style);

@@ -346,0 +346,0 @@ var _b = this.getOffsetFromParent(), left = _b.left, top = _b.top;

{
"name": "react-rnd",
"version": "9.0.3",
"version": "9.0.4",
"description": "",

@@ -60,3 +60,3 @@ "title": "react-rnd",

"npm-run-all": "4.1.3",
"prettier": "1.14.3",
"prettier": "1.15.1",
"react": "16.4.2",

@@ -73,3 +73,3 @@ "react-dom": "16.4.2",

"rollup-watch": "4.3.1",
"sinon": "6.1.5",
"sinon": "7.1.1",
"tslint": "5.11.0",

@@ -76,0 +76,0 @@ "tslint-eslint-rules": "5.4.0",

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

#### v9.0.2
#### v9.0.4
- Fix: cursor style #469
#### v9.0.3
- update dependency re-resizable to v4.9.3 #444
#### v9.0.2
- fix: resizeHandleWrapperClass warning shown in console #428
#### v9.0.1

@@ -487,0 +495,0 @@

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