Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "dnd-core", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Drag and drop sans the GUI", | ||
"main": "modules/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "./scripts/build", | ||
"test": "./scripts/test", | ||
"test-cov": "./scripts/test-cov", | ||
"clean": "rimraf lib", | ||
"build": "npm run clean && babel src --out-dir lib", | ||
"test": "mocha --compilers js:babel/register --recursive", | ||
"test:cov": "istanbul cover ./node_modules/.bin/_mocha -- --compilers js:babel/register --recursive", | ||
"test:watch": "npm run test -- --watch", | ||
"prepublish": "npm run build" | ||
@@ -23,13 +25,15 @@ }, | ||
"devDependencies": { | ||
"babel": "^5.0.10", | ||
"babel": "^5.8.23", | ||
"babel-plugin-object-assign": "^1.2.1", | ||
"expect.js": "^0.3.1", | ||
"istanbul": "~0.3.7", | ||
"mocha": "^2.0.1" | ||
"mocha": "^2.0.1", | ||
"rimraf": "^2.4.3" | ||
}, | ||
"dependencies": { | ||
"flummox": "^2.13.0", | ||
"invariant": "^2.0.0", | ||
"keymirror": "^0.1.1", | ||
"lodash": "^3.3.1" | ||
"lodash": "^3.10.1", | ||
"redux": "^3.0.0" | ||
} | ||
} |
@@ -5,5 +5,5 @@ # dnd-core [![npm package](https://img.shields.io/npm/v/dnd-core.svg?style=flat-square)](https://www.npmjs.org/package/dnd-core) [![Build Status](https://travis-ci.org/gaearon/dnd-core.svg?branch=master)](https://travis-ci.org/gaearon/dnd-core) [![Test Coverage](https://codeclimate.com/github/gaearon/dnd-core/badges/coverage.svg)](https://codeclimate.com/github/gaearon/dnd-core) [![Join the chat at https://gitter.im/gaearon/dnd-core](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gaearon/dnd-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
Drag and drop sans the GUI. | ||
Work in progress. | ||
This is a clean re-implementation of drag and drop primitives and will eventually become core of [React DnD](https://github.com/gaearon/react-dnd). | ||
This is a clean implementation of drag and drop primitives that does not depend on the browser. | ||
It powers [React DnD](https://github.com/gaearon/react-dnd) internally. | ||
@@ -10,0 +10,0 @@ ## Wat? |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
63638
6
41
1650
1
1
+ Addedredux@^3.0.0
+ Addedlodash@4.17.21(transitive)
+ Addedlodash-es@4.17.21(transitive)
+ Addedredux@3.7.2(transitive)
+ Addedsymbol-observable@1.2.0(transitive)
- Removedflummox@^2.13.0
- Removedeventemitter3@0.1.6(transitive)
- Removedflummox@2.13.2(transitive)
- Removedflux@2.0.3(transitive)
- Removedobject-assign@2.0.0(transitive)
- Removeduniqueid@0.1.0(transitive)
Updatedlodash@^3.10.1