@nocobase/plugin-china-region
Advanced tools
Comparing version 0.11.1-alpha.5 to 0.12.0-alpha.1
@@ -1,3 +0,2 @@ | ||
export * from './src/client'; | ||
export { default } from './src/client'; | ||
export * from './dist/client'; | ||
export { default } from './dist/client'; |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/client/index.js'); | ||
module.exports = require('./dist/client/index.js'); |
{ | ||
"name": "@nocobase/plugin-china-region", | ||
"version": "0.11.1-alpha.5", | ||
"displayName": "china-region", | ||
"version": "0.12.0-alpha.1", | ||
"displayName": "China region", | ||
"displayName.zh-CN": "中国行政区", | ||
"description": "Chinese Administrative Division Plugin, including all administrative regions of China.", | ||
"description.zh-CN": "中国行政区划插件,内含所有中国行政区域。", | ||
"main": "./lib/server/index.js", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"README.md", | ||
"README.zh-CN.md", | ||
"CHANGELOG.md", | ||
"server.js", | ||
"server.d.ts", | ||
"client.js", | ||
"client.d.ts" | ||
], | ||
"description": "China region field", | ||
"description.zh-CN": "拓展的中国行政区字段", | ||
"main": "./dist/server/index.js", | ||
"license": "AGPL-3.0", | ||
"dependencies": { | ||
"china-division": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@formily/core": "^2.2.27", | ||
"@formily/react": "^2.2.27", | ||
"@nocobase/client": "0.11.1-alpha.5", | ||
"@nocobase/database": "0.11.1-alpha.5", | ||
"@nocobase/server": "0.11.1-alpha.5", | ||
"@nocobase/test": "0.11.1-alpha.5" | ||
"@formily/core": "2.x", | ||
"@formily/react": "2.x", | ||
"@types/cross-spawn": "^6.0.2", | ||
"china-division": "^2.4.0", | ||
"cross-spawn": "^7.0.3" | ||
}, | ||
"gitHead": "1dcfd15a7d95a40b0a2f60e1de19ec574066fb20" | ||
"peerDependencies": { | ||
"@nocobase/client": "0.x", | ||
"@nocobase/database": "0.x", | ||
"@nocobase/server": "0.x", | ||
"@nocobase/test": "0.x" | ||
}, | ||
"gitHead": "543dcc0216b7b1451b552b0f685bc3e0682f9d59" | ||
} |
@@ -1,3 +0,2 @@ | ||
export * from './src/server'; | ||
export { default } from './src/server'; | ||
export * from './dist/server'; | ||
export { default } from './dist/server'; |
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/server/index.js'); | ||
module.exports = require('./dist/server/index.js'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
293647
5
59
4
21
288
7
1
- Removedchina-division@^2.4.0
- Removedchina-division@2.7.0(transitive)