nutui-uniapp
Advanced tools
Comparing version 1.3.1 to 1.3.2
214
package.json
{ | ||
"author": "yang1206 <y1149221897@outlook.com>", | ||
"bugs": "https://github.com/nutui-uniapp/nutui-uniapp/issues", | ||
"dcloudext": { | ||
"contact": { | ||
"qq": "" | ||
}, | ||
"declaration": { | ||
"ads": "", | ||
"data": "", | ||
"permissions": "" | ||
}, | ||
"npmurl": "https://www.npmjs.com/package/nutui-uniapp", | ||
"sale": { | ||
"regular": { | ||
"price": "0.00" | ||
}, | ||
"sourcecode": { | ||
"price": "0.00" | ||
} | ||
}, | ||
"type": "component-vue" | ||
}, | ||
"description": "京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)", | ||
"displayName": "nutui-uniapp", | ||
"engines": { | ||
"HBuilderX": "^3.6.17" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./*": "./*", | ||
"./locale": { | ||
"import": "./locale/index.mjs", | ||
"types": "./locale/index.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
"README.md", | ||
"components", | ||
"dist", | ||
"global.d.ts", | ||
"locale/**", | ||
"styles" | ||
], | ||
"homepage": "https://github.com/nutui-uniapp/nutui-uniapp#readme", | ||
"id": "nutui-uni", | ||
"name": "nutui-uniapp", | ||
"type": "module", | ||
"version": "1.3.2", | ||
"description": "", | ||
"author": "", | ||
"license": "MIT", | ||
"keywords": [ | ||
"uniapp", | ||
"nutui", | ||
"nutui4", | ||
"vue", | ||
"vue3", | ||
"小程序", | ||
"vue3 component", | ||
"vite" | ||
"uniapp", | ||
"typescript" | ||
], | ||
"license": "MIT", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"name": "nutui-uniapp", | ||
"peerDependencies": { | ||
"@uni-helper/uni-app-types": "^0.5.10", | ||
"vue": "^3.2.0" | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
"scripts": { | ||
"build": "pnpm run --dir packages/nutui build", | ||
"dev:mp-weixin": "npm -C example run dev:mp-weixin", | ||
"build:mp-weixin": "npm -C example run build:mp-weixin", | ||
"dev:mp-alipay": "npm -C example run dev:mp-alipay", | ||
"build:mp-alipay": "npm -C example run build:mp-alipay", | ||
"dev:h5": "npm -C example run dev:h5", | ||
"build:h5": "npm -C example run build:h5", | ||
"dev:app": "npm -C example run dev:app", | ||
"build:app": "npm -C example run build:app", | ||
"docs:dev": "npm -C docs run dev", | ||
"docs:build": "npm -C docs run build", | ||
"docs:preview": "npm -C docs run serve", | ||
"commit": "git pull && git add -A && git-cz", | ||
"lint": "eslint . --fix", | ||
"lint:style": "stylelint --cache \"**/*.{vue,scss}\" --fix", | ||
"lint:markdownlint": "markdownlint . --fix --ignore-path=.gitignore", | ||
"lint-staged": "npm -C packages/nutui run type-check && npx lint-staged", | ||
"clean": "npx rimraf ./node_modules ./**/**/node_modules", | ||
"release": "bumpp package.json packages/*/package.json example/package.json", | ||
"postinstall": "npx simple-git-hooks", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md && git commit -m \"docs: update changelog\" && git push", | ||
"build:all": "pnpm build && pnpm build:h5 && pnpm docs:build && esno scripts/build.ts", | ||
"build:uni": "esno scripts/uni.ts" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nutui-uniapp/nutui-uniapp.git" | ||
"dependencies": { | ||
"vue": "3.3.4" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"stub": "unbuild --stub", | ||
"type-check": "vue-tsc --noEmit" | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^1.0.0-beta.27", | ||
"@commitlint/cli": "^17.6.5", | ||
"@commitlint/config-conventional": "^17.6.5", | ||
"@dcloudio/types": "^3.4.0", | ||
"@nutui/touch-emulator": "^1.0.0", | ||
"@types/fs-extra": "^11.0.1", | ||
"@types/node": "^18.15.0", | ||
"@uni-helper/uni-app-types": "^0.5.12", | ||
"@vue/tsconfig": "^0.4.0", | ||
"bumpp": "^9.1.1", | ||
"commitizen": "^4.3.0", | ||
"consola": "^3.2.3", | ||
"conventional-changelog-cli": "^3.0.0", | ||
"cz-git": "^1.7.1", | ||
"eslint": "^8.51.0", | ||
"esno": "^0.17.0", | ||
"fs-extra": "^11.1.1", | ||
"lint-staged": "^13.2.2", | ||
"markdownlint-cli": "^0.37.0", | ||
"postcss": "^8.4.31", | ||
"postcss-html": "^1.5.0", | ||
"sass": "^1.69.3", | ||
"simple-git-hooks": "^2.9.0", | ||
"stylelint": "^15.7.0", | ||
"stylelint-config-html": "^1.1.0", | ||
"stylelint-config-recess-order": "^4.2.0", | ||
"stylelint-config-recommended": "^12.0.0", | ||
"stylelint-config-recommended-vue": "^1.4.0", | ||
"stylelint-config-standard": "^33.0.0", | ||
"stylelint-config-standard-scss": "^9.0.0", | ||
"stylelint-order": "^6.0.3", | ||
"typescript": "5.2.2", | ||
"unbuild": "^2.0.0", | ||
"vite": "4.5.0", | ||
"vitepress": "1.0.0-rc.24", | ||
"vitest": "^0.34.2", | ||
"vue-tsc": "1.8.21" | ||
}, | ||
"sideEffects": [ | ||
"*.scss", | ||
"*/components/**/*.vue" | ||
], | ||
"types": "./dist/index.d.ts", | ||
"uni_modules": { | ||
"dependencies": [], | ||
"encrypt": [], | ||
"platforms": { | ||
"client": { | ||
"App": { | ||
"app-nvue": "u", | ||
"app-vue": "u" | ||
}, | ||
"H5-mobile": { | ||
"Android Browser": "y", | ||
"QQ浏览器(Android)": "y", | ||
"Safari": "y", | ||
"微信浏览器(Android)": "y" | ||
}, | ||
"H5-pc": { | ||
"Chrome": "y", | ||
"Edge": "y", | ||
"Firefox": "y", | ||
"IE": "n", | ||
"Safari": "y" | ||
}, | ||
"Vue": { | ||
"vue2": "n", | ||
"vue3": "y" | ||
}, | ||
"小程序": { | ||
"QQ": "u", | ||
"京东": "u", | ||
"字节跳动": "u", | ||
"微信": "y", | ||
"快手": "u", | ||
"百度": "u", | ||
"钉钉": "u", | ||
"阿里": "y", | ||
"飞书": "u" | ||
}, | ||
"快应用": { | ||
"华为": "u", | ||
"联盟": "u" | ||
} | ||
}, | ||
"cloud": { | ||
"aliyun": "y", | ||
"tcb": "y" | ||
} | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm lint-staged", | ||
"commit-msg": "npx commitlint --edit ${1}" | ||
}, | ||
"lint-staged": { | ||
"*.{vue,js,ts}": "eslint --fix", | ||
"*.{scss,css,vue}": "stylelint --fix --allow-empty-input", | ||
"*.md": "markdownlint --fix --ignore-path=.gitignore" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-git" | ||
} | ||
}, | ||
"version": "1.3.1" | ||
} | ||
} |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance 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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
2664080
1
809
Yes
37
1
80
16020
2
1
1
1
2
+ Addedvue@3.3.4
+ Added@vue/compiler-core@3.3.4(transitive)
+ Added@vue/compiler-dom@3.3.4(transitive)
+ Added@vue/compiler-sfc@3.3.4(transitive)
+ Added@vue/compiler-ssr@3.3.4(transitive)
+ Added@vue/reactivity@3.3.4(transitive)
+ Added@vue/reactivity-transform@3.3.4(transitive)
+ Added@vue/runtime-core@3.3.4(transitive)
+ Added@vue/runtime-dom@3.3.4(transitive)
+ Added@vue/server-renderer@3.3.4(transitive)
+ Added@vue/shared@3.3.4(transitive)
+ Addedvue@3.3.4(transitive)
- Removed@dcloudio/types@3.4.14(transitive)
- Removed@uni-helper/uni-app-types@0.5.13(transitive)
- Removed@vue/compiler-core@3.5.13(transitive)
- Removed@vue/compiler-dom@3.5.13(transitive)
- Removed@vue/compiler-sfc@3.5.13(transitive)
- Removed@vue/compiler-ssr@3.5.13(transitive)
- Removed@vue/reactivity@3.5.13(transitive)
- Removed@vue/runtime-core@3.5.13(transitive)
- Removed@vue/runtime-dom@3.5.13(transitive)
- Removed@vue/server-renderer@3.5.13(transitive)
- Removed@vue/shared@3.5.13(transitive)
- Removedentities@4.5.0(transitive)
- Removedtypescript@5.7.2(transitive)
- Removedvue@3.5.13(transitive)