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 2.2.5 to 2.2.6

typings/index.d.ts

2

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

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

# Changelog
### 2.2.6
- Bugfix: Missing export default on TS definition (thanks @lostfictions)
- Internal: TS test suite (thanks @lostfictions)
### 2.2.5 (Apr 28, 2017)

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

{
"name": "react-draggable",
"version": "2.2.5",
"version": "2.2.6",
"description": "React draggable component",

@@ -15,3 +15,3 @@ "main": "dist/react-draggable.js",

},
"typings": "./index.d.ts",
"typings": "./typings/index.d.ts",
"repository": {

@@ -33,2 +33,4 @@ "type": "git",

"devDependencies": {
"@types/react": "^15.0.23",
"@types/react-dom": "^15.5.0",
"babel-cli": "^6.10.1",

@@ -69,2 +71,3 @@ "babel-core": "^6.10.4",

"static-server": "^2.0.3",
"typescript": "^2.3.2",
"uglify-js": "^2.7.0",

@@ -71,0 +74,0 @@ "webpack": "^1.13.1",

@@ -99,3 +99,2 @@ # React-Draggable

grid={[25, 25]}
zIndex={100}
onStart={this.handleStart}

@@ -102,0 +101,0 @@ onDrag={this.handleDrag}

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