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 10.4.2-test0 to 10.4.2-test1

2

lib/index.es5.js

@@ -122,2 +122,4 @@ 'use strict';

Rnd.prototype.componentDidMount = function () {
if (this.props.position)
return;
this.updateOffsetFromParent();

@@ -124,0 +126,0 @@ var _a = this.offsetFromParent, left = _a.left, top = _a.top;

@@ -116,2 +116,4 @@ import { createElement, PureComponent } from 'react';

Rnd.prototype.componentDidMount = function () {
if (this.props.position)
return;
this.updateOffsetFromParent();

@@ -118,0 +120,0 @@ var _a = this.offsetFromParent, left = _a.left, top = _a.top;

2

package.json
{
"name": "react-rnd",
"version": "10.4.2-test0",
"version": "10.4.2-test1",
"description": "",

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

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