Socket
Socket
Sign inDemoInstall

react-rnd

Package Overview
Dependencies
3
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.1.4 to 10.1.5

5

lib/index.es5.js

@@ -5,3 +5,6 @@ 'use strict';

function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var React = require('react');
var DraggableRoot = _interopDefault(require('react-draggable'));
var reResizable = require('re-resizable');

@@ -61,3 +64,3 @@

var Draggable = require("react-draggable");
var Draggable = DraggableRoot;
var resizableStyle = {

@@ -64,0 +67,0 @@ width: "auto",

3

lib/index.js
import { createElement, PureComponent } from 'react';
import DraggableRoot from 'react-draggable';
import { Resizable } from 're-resizable';

@@ -56,3 +57,3 @@

var Draggable = require("react-draggable");
var Draggable = DraggableRoot;
var resizableStyle = {

@@ -59,0 +60,0 @@ width: "auto",

{
"name": "react-rnd",
"version": "10.1.4",
"version": "10.1.5",
"description": "",

@@ -77,5 +77,5 @@ "title": "react-rnd",

"prettier": "1.19.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-test-renderer": "16.8.6",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-test-renderer": "16.12.0",
"rollup": "1.17.0",

@@ -89,3 +89,3 @@ "rollup-plugin-babel": "4.3.3",

"rollup-watch": "4.3.1",
"sinon": "7.3.2",
"sinon": "8.0.4",
"tslint": "5.20.1",

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

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

#### v10.1.4
- Fixed a bug, box moves when resized #622
#### v10.1.3

@@ -513,0 +517,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc