react-virtualized-sticky-tree
Advanced tools
Comparing version
{ | ||
"name": "react-virtualized-sticky-tree", | ||
"description": "A React component for efficiently rendering tree like structures with support for position: sticky", | ||
"version": "3.0.0-beta16", | ||
"version": "3.0.0-beta17", | ||
"author": "Marc McIntyre <marchaos@gmail.com>", | ||
"license": "MIT", | ||
"main": "lib/src/index.js", | ||
"types": "lib/src/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/mjs/src/index.js", | ||
"require": "./dist/cjs/src/index.js" | ||
} | ||
}, | ||
"main": "dist/cjs/src/index.js", | ||
"module": "dist/mjs/src/index.js", | ||
"homepage": "https://github.com/marchaos/react-virtualized-sticky-tree#readme", | ||
@@ -23,12 +29,9 @@ "repository": { | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "npm run clean && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh", | ||
"start": "webpack serve --config ./webpack.config.js", | ||
"prepublish": "npm run build", | ||
"clean": "rimraf lib", | ||
"clean": "rimraf dist", | ||
"test": "npx cypress run", | ||
"prepare": "npm run build" | ||
}, | ||
"files": [ | ||
"lib/src/**/*" | ||
], | ||
"bugs": { | ||
@@ -59,4 +62,4 @@ "url": "https://github.com/marchaos/react-virtualized-sticky-tree/issues" | ||
"prettier": "^2.2.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^3.0.2", | ||
@@ -63,0 +66,0 @@ "testdouble": "^1.8.0", |
@@ -0,0 +0,0 @@ # react-virtualized-sticky-tree |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1665258
2549.74%72
380%93104
7414.45%1
Infinity%