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

virtuallist-antd

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtuallist-antd - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

14

package.json
{
"name": "virtuallist-antd",
"version": "0.1.4",
"version": "0.1.5",
"description": "virtualList for antd-table, 实现antd-table的虚拟列表, antd-table无限滚动, infinite scrolling for antd-table",

@@ -22,4 +22,6 @@ "main": "src/index.tsx",

"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.9.13",
"antd": "^3.26.0",
"babel-loader": "^8.0.6",

@@ -29,3 +31,13 @@ "lodash-es": "^4.17.15",

"typescript": "^3.7.2"
},
"babel": {
"presets": [
"es2015",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-nullish-coalescing-operator",
"@babel/plugin-proposal-optional-chaining"
]
}
}

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