Socket
Socket
Sign inDemoInstall

react-rnd

Package Overview
Dependencies
Maintainers
1
Versions
95
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.0.9 to 5.1.0

63

package.json
{
"name": "react-rnd",
"license": "MIT",
"version": "5.0.9",
"version": "5.1.0",
"main": "lib/index.js",

@@ -27,7 +27,7 @@ "scripts": {

"devDependencies": {
"ava": "^0.20.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"ava": "^0.22.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.2",
"babel-loader": "^7.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-webpack": "^1.0.1",

@@ -37,36 +37,37 @@ "babel-plugin-flow-runtime": "^0.11.0",

"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.8.2",
"enzyme": "^2.9.1",
"eslint": "^4.1.0",
"eslint-config-airbnb": "^15.0.0",
"eslint-plugin-flowtype": "^2.30.4",
"eslint-plugin-import": "^2.2.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-react": "^7.0.0",
"flow-bin": "^0.49.1",
"flow-copy-source": "^1.1.0",
"flow-runtime": "^0.13.0",
"eslint-plugin-react": "^7.3.0",
"flow-bin": "^0.53.1",
"flow-copy-source": "^1.2.0",
"flow-runtime": "^0.14.0",
"flow-typed": "^2.1.5",
"flow-upgrade": "^1.0.3",
"http-server": "^0.10.0",
"karma": "^1.6.0",
"karma": "^1.7.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-nightmare": "^0.4.6",
"karma-webpack": "^2.0.3",
"mocha": "^3.3.0",
"power-assert": "^1.4.2",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"karma-nightmare": "^0.4.10",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"power-assert": "^1.4.4",
"react": "^15.6.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^15.6.1",
"react-hot-loader": "next",
"react-styleguidist": "^5.1.1",
"react-test-renderer": "^15.5.4",
"sinon": "^2.1.0",
"webpack": "^2.6.1",
"react-test-renderer": "^15.6.1",
"sinon": "^3.0.0",
"webpack": "^3.0.0",
"webpack-async-await": "^1.1.0",
"webpack-dev-server": "^2.4.2"
"webpack-dev-server": "^2.7.1"
},

@@ -82,4 +83,4 @@ "ava": {

"dependencies": {
"react-draggable": "^2.2.3",
"react-resizable-box": "^2.0.3"
"react-draggable": "^3.0.2",
"react-resizable-box": "^2.0.6"
},

@@ -86,0 +87,0 @@ "files": [

@@ -1,10 +0,14 @@

# react-rnd
<p align="center"><img src ="https://github.com/bokuweb/react-rnd/blob/master/logo.png?raw=true" /></p>
Resizable and draggable component for React.
<p align="center">Resizable and draggable component for React.</p>
[![Build Status](https://img.shields.io/travis/bokuweb/react-rnd.svg?style=flat-square)](https://travis-ci.org/bokuweb/react-rnd)
[![Version](https://img.shields.io/npm/v/react-rnd.svg?style=flat-square)](https://www.npmjs.com/package/react-rnd)
[![npm](https://img.shields.io/npm/dm/react-rnd.svg?style=flat-square)]()
[![License](https://img.shields.io/npm/l/react-rnd.svg?style=flat-square)](https://github.com/bokuweb/react-rnd#license)
[![Greenkeeper badge](https://badges.greenkeeper.io/bokuweb/react-rnd.svg)](https://greenkeeper.io/)
<p align="center"><a href="https://travis-ci.org/bokuweb/react-rnd">
<img src="https://img.shields.io/travis/bokuweb/react-rnd.svg" alt="Build Status" /></a>
<a href="https://www.npmjs.com/package/react-rnd">
<img src="https://img.shields.io/npm/v/react-rnd.svg" alt="Build Status" /></a>
<a href="https://www.npmjs.com/package/react-rnd">
<img src="https://img.shields.io/npm/dm/react-rnd.svg" /></a>
<a href="https://greenkeeper.io/">
<img src="https://badges.greenkeeper.io/bokuweb/react-rnd.svg" /></a>
</p>

@@ -326,3 +330,3 @@ ## Table of Contents

#### `updateSize(size: { x: string | number, y: string | number })`
#### `updateSize(size: { width: string | number, height: string | number })`

@@ -419,2 +423,6 @@ Update component size.

#### v5.1.0
- Update dependencies(`react-draggable v3`, `flow-bin v0.53`, and other...)
#### v5.0.9

@@ -421,0 +429,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