Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ant-design/cli

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ant-design/cli - npm Package Compare versions

Comparing version
6.3.7
to
6.4.0
data/v6.4.0.json.gz

Sorry, the diff of this file is not supported yet

+2
-1

@@ -68,4 +68,5 @@ {

"6.1": "6.1.4",
"6.2": "6.2.3"
"6.2": "6.2.3",
"6.4": "6.4.0"
}
}
{
"name": "@ant-design/cli",
"version": "6.3.7",
"version": "6.4.0",
"description": "CLI tool for querying antd knowledge and analyzing antd usage in projects",

@@ -45,4 +45,9 @@ "type": "module",

},
"overrides": {
"fast-uri": "^3.1.2",
"hono": "^4.12.18",
"ip-address": "^10.1.1"
},
"dependencies": {
"oxc-parser": "^0.123.0"
"oxc-parser": "^0.130.0"
},

@@ -54,2 +59,4 @@ "devDependencies": {

"commander": "^14.0.3",
"conf": "^15.1.0",
"env-paths": "^4.0.0",
"envinfo": "^7.21.0",

@@ -59,5 +66,5 @@ "gray-matter": "^4.0.3",

"tsx": "^4.19.0",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"vitest": "^4.1.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display