Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.0.0 to 1.0.1

dist/react-draggable.js

4

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

@@ -27,2 +27,2 @@ "authors": [

]
}
}
# Changelog
### 1.0.1 (Oct 28, 2015)
- Fix missing dist files for webpack.
- Ignore non-primary clicks. Added `allowAnyClick` option to allow other click types.
### 1.0.0 (Oct 27, 2015)

@@ -4,0 +9,0 @@

{
"name": "react-draggable",
"version": "1.0.0",
"version": "1.0.1",
"description": "React draggable component",
"main": "dist/react-draggable.js",
"browser": "dist/react-draggable.js",
"scripts": {

@@ -63,2 +64,2 @@ "test": "make test",

}
}
}

@@ -95,2 +95,5 @@ # React-Draggable [![Build Status](https://travis-ci.org/mzabriskie/react-draggable.svg?branch=master)](https://travis-ci.org/mzabriskie/react-draggable)

// If set to `true`, will allow dragging on non left-button clicks.
allowAnyClick: boolean,
// Determines which axis the draggable can move. Accepted values:

@@ -97,0 +100,0 @@ // - `both` allows movement horizontally and vertically (default).

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