Socket
Socket
Sign inDemoInstall

rc-cascader

Package Overview
Dependencies
Maintainers
5
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-cascader - npm Package Compare versions

Comparing version 3.21.2 to 3.22.0

44

package.json
{
"name": "rc-cascader",
"version": "3.21.2",
"version": "3.22.0",
"description": "cascade select ui component for react",

@@ -15,3 +15,5 @@ "keywords": [

"homepage": "https://github.com/react-component/cascader",
"author": "afc163@gmail.com",
"bugs": {
"url": "https://github.com/react-component/cascader/issues"
},
"repository": {

@@ -21,5 +23,6 @@ "type": "git",

},
"bugs": {
"url": "https://github.com/react-component/cascader/issues"
},
"license": "MIT",
"author": "afc163@gmail.com",
"main": "./lib/index",
"module": "./es/index",
"files": [

@@ -31,16 +34,21 @@ "lib",

],
"license": "MIT",
"main": "./lib/index",
"module": "./es/index",
"scripts": {
"start": "dumi dev",
"build": "dumi build",
"compile": "father build",
"coverage": "father test --coverage",
"deploy": "UMI_ENV=gh npm run build && gh-pages -d dist",
"compile": "father build",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.jsx",
"now-build": "npm run build",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.jsx",
"test": "rc-test",
"coverage": "father test --coverage",
"now-build": "npm run build"
"start": "dumi dev",
"test": "rc-test"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"array-tree-filter": "^2.1.0",
"classnames": "^2.3.1",
"rc-select": "~14.12.0",
"rc-tree": "~5.8.1",
"rc-util": "^5.37.0"
},
"devDependencies": {

@@ -77,10 +85,2 @@ "@rc-component/father-plugin": "^1.0.0",

},
"dependencies": {
"@babel/runtime": "^7.12.5",
"array-tree-filter": "^2.1.0",
"classnames": "^2.3.1",
"rc-select": "~14.11.0",
"rc-tree": "~5.8.1",
"rc-util": "^5.37.0"
},
"peerDependencies": {

@@ -87,0 +87,0 @@ "react": ">=16.9.0",

@@ -43,5 +43,4 @@ # rc-cascader

http://react-component.github.io/cascader/
https://cascader-react-component.vercel.app
## Install

@@ -48,0 +47,0 @@

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