New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

prettypkg

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettypkg

A command-line utility to format package.json files consistently

latest
Source
npmnpm
Version
1.2.7
Version published
Weekly downloads
15
-87.29%
Maintainers
1
Weekly downloads
 
Created
Source
Cover

NPM Badge GitHub Repository Badge Publish Badge Coverage Badge Dependencies Badge

prettypkg

A command-line utility to format package.json files consistently

Usage

npx prettypgk@latest --write

Consistent key order

Input:

{
  "licence": "MIT",
  "keywords": ["package", "formatter", "prettier"],
  "description": "A command-line utility to format package.json files consistently",
  "name": "prettypkg"
}

Output:

{
  "name": "prettypkg",
  "description": "A command-line utility to format package.json files consistently",
  "keywords": ["package", "formatter", "prettier"],
  "licence": "MIT"
}
Resources
  • Documentation

License Badge

Keywords

package

FAQs

Package last updated on 21 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts