Socket
Socket
Sign inDemoInstall

rc-virtual-list

Package Overview
Dependencies
12
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-alpha.0 to 0.0.0-alpha.1

es/Filler.d.ts

17

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