Socket
Socket
Sign inDemoInstall

react-reorder-list

Package Overview
Dependencies
4
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.1 to 0.7.2

10

package.json
{
"name": "react-reorder-list",
"version": "0.7.1",
"version": "0.7.2",
"description": "A simple react component that facilitates the reordering of JSX/HTML elements through drag-and-drop functionality, allowing for easy position changes.",

@@ -8,2 +8,5 @@ "type": "module",

"types": "dist/index.d.ts",
"scripts": {
"build": "bun i && tsc"
},
"repository": {

@@ -33,10 +36,7 @@ "type": "git",

"devDependencies": {
"@types/react": "^18.2.73"
"@types/react": "^18.2.79"
},
"dependencies": {
"drag-drop-touch": "^1.3.1"
},
"scripts": {
"build": "pnpm i && tsc"
}
}
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