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.0.1 to 5.0.2

4

lib/index.js

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

if (this.props.onResize) {
this.props.onResize(event, direction, refToResizableElement, delta, {
this.props.onResize(e, direction, refToResizableElement, delta, {
x: this.draggable.state.x,

@@ -165,3 +165,3 @@ y: this.draggable.state.y

if (this.props.onResizeStop) {
this.props.onResizeStop(event, direction, refToResizableElement, delta, {
this.props.onResizeStop(e, direction, refToResizableElement, delta, {
x: this.draggable.state.x,

@@ -168,0 +168,0 @@ y: this.draggable.state.y

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

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

"babel-eslint": "^7.2.2",
"babel-loader": "^6.4.1",
"babel-loader": "^7.0.0",
"babel-plugin-dynamic-import-webpack": "^1.0.1",

@@ -49,5 +49,8 @@ "babel-plugin-flow-runtime": "^0.10.0",

"eslint-plugin-react": "^6.10.3",
"flow-bin": "^0.44.0",
"flow-bin": "^0.45.0",
"flow-runtime": "^0.10.0",
"http-server": "^0.9.0",
"karma": "^1.6.0",
"karma-ava": "^0.0.1",
"karma-nightmare": "^0.4.6",
"react": "^15.5.4",

@@ -57,5 +60,5 @@ "react-addons-test-utils": "^15.5.1",

"react-hot-loader": "next",
"react-styleguidist": "^4.6.3",
"react-styleguidist": "^5.1.1",
"sinon": "^2.1.0",
"webpack": "2.3.1",
"webpack": "2.4.1",
"webpack-async-await": "^1.1.0",

@@ -62,0 +65,0 @@ "webpack-dev-server": "^2.4.2"

@@ -9,2 +9,3 @@ # react-rnd

[![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/)

@@ -11,0 +12,0 @@ ## Table of Contents

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