rc-virtual-list
Advanced tools
Comparing version 0.0.0-alpha.0 to 0.0.0-alpha.1
{ | ||
"name": "rc-virtual-list", | ||
"version": "0.0.0-alpha.0", | ||
"version": "0.0.0-alpha.1", | ||
"description": "React Virtual List Component", | ||
@@ -29,5 +29,6 @@ "keywords": [ | ||
"scripts": { | ||
"start": "father doc dev --storybook", | ||
"start": "cross-env NODE_ENV=development father doc dev --storybook", | ||
"build": "father doc build --storybook", | ||
"compile": "father build", | ||
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", | ||
"lint": "eslint src/ --ext .tsx,.ts", | ||
@@ -38,9 +39,11 @@ "test": "father test", | ||
"peerDependencies": { | ||
"react": "*" | ||
"react": "*", | ||
"react-dom": "*" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.135", | ||
"@types/react": "^16.8.19", | ||
"@types/react-dom": "^16.8.4", | ||
"@types/warning": "^3.0.0", | ||
"classnames": "^2.2.6", | ||
"cross-env": "^5.2.0", | ||
"enzyme": "^3.1.0", | ||
@@ -51,2 +54,3 @@ "enzyme-adapter-react-16": "^1.0.2", | ||
"np": "^5.0.3", | ||
"rc-animate": "^2.9.1", | ||
"react": "^v16.9.0-alpha.0", | ||
@@ -57,7 +61,4 @@ "react-dom": "^v16.9.0-alpha.0", | ||
"dependencies": { | ||
"async-validator": "^1.11.2", | ||
"lodash": "^4.17.4", | ||
"rc-util": "^4.6.0", | ||
"warning": "^4.0.3" | ||
"rc-util": "^4.8.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
76001
3
22
1729
14
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removedasync-validator@^1.11.2
- Removedlodash@^4.17.4
- Removedwarning@^4.0.3
- Removedasync-validator@1.12.2(transitive)
- Removedlodash@4.17.21(transitive)
- Removedwarning@4.0.3(transitive)
Updatedrc-util@^4.8.0