contact-sort
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "contact-sort", | ||
"version": "0.0.1", | ||
"description": "Sort contacts by pinyin and alphabet.", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": "Sort and group contacts by alphabet.", | ||
"files": [ | ||
"lib", | ||
"es" | ||
], | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "pape-tools run compile --babel-runtime", | ||
"lint": "pape-tools run lint", | ||
"lint:fix": "pape-tools run lint --fix", | ||
"prettier": "pape-tools run prettier", | ||
"test": "pape-tools run test", | ||
"coverage": "pape-tools run test --coverage", | ||
"pre-commit": "pape-tools run pre-commit", | ||
"version": "npm run coverage && npm run build && conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md", | ||
"postversion": "git push && git push --tags", | ||
"lint-staged": "lint-staged" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ahungrynoob/contact-sort.git" | ||
}, | ||
"keywords": [ | ||
"pinyin", | ||
"web", | ||
"contacts", | ||
"alphabet" | ||
"sort", | ||
"alphabet", | ||
"pinyin" | ||
], | ||
"author": "ahungrynoob", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ahungrynoob/contact-sort/issues" | ||
}, | ||
"homepage": "https://github.com/ahungrynoob/contact-sort#readme", | ||
"devDependencies": { | ||
"conventional-changelog": "^3.1.10", | ||
"pape-tools": "^1.0.1", | ||
"pre-commit": "1.x" | ||
}, | ||
"pre-commit": [ | ||
"lint-staged" | ||
], | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
"npm run pre-commit", | ||
"git add" | ||
] | ||
}, | ||
"dependencies": {} | ||
} |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12039
12
208
1
1
131
0
3