antd-mini
Advanced tools
Comparing version 0.0.1 to 0.0.2-beta.1
{ | ||
"name": "antd-mini", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "0.0.2-beta.1", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dev": "minidev dev --less --typescript --no-source-map", | ||
"build": "npm run build:component && npm run build:site", | ||
"build:component": "NODE_ENV=production node scripts/compile.js", | ||
"build:site": "dumi build", | ||
"build:demo": "minidev build --output=$PWD/dist --typescript --less --no-source-map", | ||
"deploy:docs": "gh-pages -d docs-dist", | ||
"lint:code": "eslint \"demo/pages/**/*.js\" \"scripts/*.js\" \"src/**/*.ts\"", | ||
"lint:code:fix": "eslint \"demo/pages/**/*.js\" \"scripts/*.js\" \"src/**/*.ts\" --fix", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", | ||
"prepublishOnly": "npm run build:component" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"gitHooks": { | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "node scripts/verifyCommitMsg.js" | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"eslint --ext .ts" | ||
], | ||
"*.js": [ | ||
"eslint --ext .js" | ||
] | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.17.2", | ||
"async-validator": "^4.0.7", | ||
"fast-deep-equal": "3.1.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.6.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.0.0", | ||
"@babel/plugin-transform-runtime": "^7.11.5", | ||
"@babel/preset-env": "^7.6.3", | ||
"@babel/preset-typescript": "^7.6.0", | ||
"@mini-types/alipay": "^1.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.6.0", | ||
"@typescript-eslint/parser": "^5.6.0", | ||
"alipay-style": "^0.1.0", | ||
"axios": "^0.24.0", | ||
"chalk": "^4.1.0", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"detect-port": "1.3.0", | ||
"dingtalk-design-cli": "^0.20.2", | ||
"dumi": "^1.1.35", | ||
"dumi-theme-mobile": "^1.1.17", | ||
"eslint": "^8.4.1", | ||
"eslint-config-ali": "^13.0.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"fs": "^0.0.1-security", | ||
"gh-pages": "^3.0.0", | ||
"gulp": "^4.0.2", | ||
"gulp-babel": "^8.0.0", | ||
"gulp-clean-css": "^4.0.0", | ||
"gulp-if": "^3.0.0", | ||
"gulp-inject-envs": "^1.0.0", | ||
"gulp-less": "^4.0.1", | ||
"gulp-rename": "^1.2.3", | ||
"lint-staged": "^10.0.7", | ||
"minidev": "^1.0.7", | ||
"path": "^0.12.7", | ||
"postcss-less": "^6.0.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^2.2.1", | ||
"react": "^16.12.0 || ^17.0.0", | ||
"request": "^2.88.2", | ||
"stylelint": "^14.1.0", | ||
"stylelint-config-standard": "^24.0.0", | ||
"typescript": "^4.0.0", | ||
"yorkie": "^2.0.0" | ||
}, | ||
"files": [ | ||
"es" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ant-design/ant-design-mini.git", | ||
"branch": "master", | ||
"platform": "github" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ant-design/ant-design-mini/issues" | ||
}, | ||
"keywords": [ | ||
"ant-mini", | ||
"mini-program", | ||
"mini-ali-ui", | ||
"mini-antui", | ||
"alipay" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/ant-design/ant-design-mini" | ||
} |
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
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
315497
320
5882
1
1
0
25
0
3
41
+ Added@babel/runtime@^7.17.2
+ Addedasync-validator@^4.0.7
+ Addedfast-deep-equal@3.1.3
+ Added@babel/runtime@7.26.0(transitive)
+ Addedasync-validator@4.2.5(transitive)
+ Addedfast-deep-equal@3.1.3(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)