Socket
Socket
Sign inDemoInstall

@vant/area-data

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vant/area-data - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

27

package.json
{
"name": "@vant/area-data",
"version": "1.5.0",
"version": "1.5.1",
"description": "Vant 省市区数据",

@@ -10,2 +10,3 @@ "main": "dist/index.cjs.js",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.mjs",

@@ -19,11 +20,2 @@ "require": "./dist/index.cjs.js"

],
"scripts": {
"clean": "rimraf ./dist",
"dev": "node ./build.js -w",
"build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
"build:bundle": "node ./build.js",
"build": "pnpm clean && pnpm build:bundle && pnpm build:types",
"release": "pnpm build && release-it",
"prepare": "pnpm build"
},
"publishConfig": {

@@ -43,12 +35,13 @@ "access": "public",

"esbuild": "^0.18.11",
"release-it": "^16.1.3",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
},
"release-it": {
"git": {
"tag": false,
"commitMessage": "release: @vant/area-data v${version}"
}
"scripts": {
"clean": "rimraf ./dist",
"dev": "node ./build.js -w",
"build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
"build:bundle": "node ./build.js",
"build": "pnpm clean && pnpm build:bundle && pnpm build:types",
"release": "vant-cli release"
}
}
}

@@ -16,2 +16,5 @@ # Vant China Area Data

pnpm add @vant/area-data
# 通过 Bun
bun add @vant/area-data
```

@@ -18,0 +21,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