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

smooth-dnd

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smooth-dnd - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

12

package.json
{
"name": "smooth-dnd",
"version": "0.2.2",
"version": "0.2.3",
"description": "Drag and Drop library",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production"

@@ -13,5 +12,12 @@ },

"drag and drop",
"drag&drop",
"drag",
"drop",
"draggable",
"dnd"
],
"author": "Kutlu Sahin",
"author": {
"name": "Kutlu Sahin",
"email": "kutlugsahin@gmail.com"
},
"license": "ISC",

@@ -18,0 +24,0 @@ "repository": {

@@ -1,12 +0,12 @@

# smooth-dnd
# smooth-dnd
A lightweight Drag and Drop, sortable library for javascript. There is no external dependencies. It uses css transitions for animations so it's hardware accelerated whenever possible.
A fast and lightweight drag&drop, sortable library for with many configuration options covering many d&d scenarios. There is no external dependencies. It uses css transitions for animations so it's hardware accelerated whenever possible.
>Show, don't tell !
>### Demo page: <a href="#">https://kutlugsahin.github.io/smooth-dnd-demo/</a>
**Show, don't tell !**
### <a href="https://kutlugsahin.github.io/smooth-dnd-demo/">Demo page</a>
### Installation
```js
$ npm i smooth-dnd
```shell
npm i smooth-dnd
```

@@ -13,0 +13,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