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 to create a nested list of elements


Version published
Maintainers
1
Install size
93.9 kB
Created

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

https://gilgaz.com/demo/nested-sort

Download

Installation

Using npm:

$ npm install nested-sort

Using yarn:

$ yarn add nested-sort

Contribution

Developer environment requirements

To run this project, you will need:

Running tests

yarn
yarn test
yarn test --watch
yarn test:coverage

Dev mode

When developing you can run:

yarn watch

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

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

FAQs

Last updated on 11 Oct 2020

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