New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-virtualized-sticky-tree

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-virtualized-sticky-tree - npm Package Compare versions

Comparing version

to
3.0.0-beta17

.babelrc

23

package.json
{
"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