Socket
Socket
Sign inDemoInstall

react-draggable

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-draggable - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

2

bower.json
{
"name": "react-draggable",
"version": "0.7.3",
"version": "0.7.4",
"homepage": "https://github.com/mzabriskie/react-draggable",

@@ -5,0 +5,0 @@ "authors": [

@@ -85,1 +85,6 @@ # Changelog

to its initial position. See https://github.com/STRML/react-grid-layout/issues/56
### 0.7.4 (May 18, 2015)
- Fix a bug where a quick drag out of bounds to `0,0` would cause the element to remain in an inaccurate position,
because the translation was removed from the CSS. See #55.

@@ -224,3 +224,2 @@ 'use strict';

function createCSSTransform(style) {
if (!style.x && !style.y) return {};
// Replace unitless items with px

@@ -227,0 +226,0 @@ var x = style.x + 'px';

{
"name": "react-draggable",
"version": "0.7.3",
"version": "0.7.4",
"description": "React draggable component",

@@ -5,0 +5,0 @@ "main": "index.js",

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