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

@nocobase/plugin-china-region

Package Overview
Dependencies
Maintainers
1
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/plugin-china-region - npm Package Compare versions

Comparing version 0.11.1-alpha.5 to 0.12.0-alpha.1

build.js

5

client.d.ts

@@ -1,3 +0,2 @@

export * from './src/client';
export { default } from './src/client';
export * from './dist/client';
export { default } from './dist/client';

2

client.js

@@ -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');
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