Socket
Socket
Sign inDemoInstall

nested-sort

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nested-sort

A JavaScript library for sorting a nested list of items via drag and drop.


Version published
Weekly downloads
104
increased by44.44%
Maintainers
1
Install size
118 kB
Created
Weekly downloads
 

Readme

Source

Nested Sort

npm version

Nested Sort is a vanilla JavaScript library, without any dependencies, which helps you to sort a nested list of items via drag and drop. Unfortunately, it does not support touch screens yet.

Docs

hesamurai.com/nested-sort

Download

Installation

Using npm:

$ npm install nested-sort

Contribution

Developer environment requirements

To run this project, you will need:

Running tests

npm run test
npm run test:coverage
npm run test:watch

Dev mode

When developing you can run:

npm run watch

This will regenerate the build files each time a source file is changed and serve on http://127.0.0.1:3000.

You can navigate to http://127.0.0.1:3000/dev/ in order to see the samples.

FAQs

Last updated on 28 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc