react-draggable
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
240285
19
1280
229
1
1