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

@nosferatu500/react-sortable-tree

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nosferatu500/react-sortable-tree - npm Package Compare versions

Comparing version 5.0.0-alpha.5 to 5.0.0-alpha.6

80

package.json
{
"name": "@nosferatu500/react-sortable-tree",
"version": "5.0.0-alpha.5",
"version": "5.0.0-alpha.6",
"description": "Drag-and-drop sortable component for nested data and hierarchies",
"homepage": "https://nosferatu500.github.io/react-sortable-tree",
"main": "lib/index.js",
"main": "lib/index.esm.js",
"module": "lib/index.esm.js",

@@ -12,8 +12,8 @@ "types": "lib/index.d.ts",

"clean-types": "rimraf lib/utils && rimraf lib/node-renderer-default.d.ts && rimraf lib/placeholder-renderer-default.d.ts && rimraf lib/react-sortable-tree.d.ts && rimraf lib/tree-node.d.ts && rimraf lib/tree-placeholder.d.ts",
"prebuild": "yarn clean",
"build": "rollup -c && yarn clean-types",
"prebuild": "npm run clean",
"build": "rollup -c && npm run clean-types",
"lint": "eslint '*.{js,json}' 'src/**/*.{ts,tsx}' --cache",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "yarn build",
"prepublishOnly": "npm run build",
"deploy-storybook": "gh-pages -d storybook-static"

@@ -55,49 +55,47 @@ },

"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@chrisneedham/rollup-plugin-peer-deps-external": "^2.3.1",
"@rollup/plugin-commonjs": "^25.0.5",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@storybook/addon-actions": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-styling": "^1.3.7",
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@types/lodash.isequal": "^4.5.6",
"@types/react": "^17.0.68",
"@types/react-dom": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^17.0.76",
"@types/react-dom": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"babel-loader": "^9.1.3",
"eslint": "^8.51.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unicorn": "^48.0.1",
"gh-pages": "^6.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unicorn": "^51.0.1",
"gh-pages": "^6.1.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"react": "^17.0.2",
"react-dnd-touch-backend": "^14.1.1",
"react-dom": "^17.0.2",
"rollup": "^4.0.2",
"rollup": "^4.12.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^7.4.6",
"typescript": "^5.2.2"
"storybook": "^7.6.17",
"typescript": "^5.3.3"
},

@@ -110,7 +108,7 @@ "peerDependencies": {

"dependencies": {
"@nosferatu500/react-dnd-scrollzone": "^2.0.10",
"@nosferatu500/react-dnd-scrollzone": "2.0.10",
"lodash.isequal": "^4.5.0",
"react-dnd": "14.0.4",
"react-dnd-html5-backend": "^14.1.0",
"react-virtuoso": "^4.6.1"
"react-virtuoso": "^4.7.1"
},

@@ -117,0 +115,0 @@ "browserslist": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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