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

react-dnd

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

dist-modules/.module-cache/05b90051a23881c3bfb3beb5c78f9e7301626111.js

6

package.json
{
"name": "react-dnd",
"version": "0.6.0",
"version": "0.6.1",
"description": "HTML5 drag and drop mixin for React with full DOM control",
"main": "modules/index.js",
"main": "dist-modules/index.js",
"scripts": {
"start": "cd examples && node server.js"
"start": "./scripts/run-examples"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -24,3 +24,3 @@ react-dnd

npm install
npm run
npm start
open http://localhost:8080/

@@ -40,5 +40,5 @@ ```

Dependencies: Flux and a couple of functions from lodash-node;
Peer Dependencies: React >= 0.11.0.
Peer Dependencies: React >= 0.12.0.
Note: [I'm using ES6 features in this library](https://github.com/gaearon/react-dnd/issues/2), so you may want to enable Harmony transforms in JSX build step. This library has to be used with a bundler such as Webpack (or Browserify).
Note: [I'm using ES6 features in this library](https://github.com/gaearon/react-dnd/issues/2), so you may want to enable Harmony transforms in JSX build step. This library can either be used with a bundler such as Webpack (or Browserify), in which case you need to enable ES6 transforms, or separately, using compiled JS file in `dist` folder.

@@ -45,0 +45,0 @@

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