New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

contact-sort

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contact-sort - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

CHANGELOG.md

55

package.json
{
"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": {}
}
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