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

prettier-package-json

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-package-json - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

2

package.json

@@ -11,3 +11,3 @@ {

"bugs": "https://github.com/cameronhunter/prettier-package-json/issues",
"version": "1.5.1",
"version": "1.6.0",
"main": "src/index.js",

@@ -14,0 +14,0 @@ "bin": {

@@ -5,3 +5,3 @@ # Prettier `package.json`

`prettier-package-json` is an opinionated JSON formatter inspired by `prettier`. It removes all original styling and ensures that the outputted `package.json` conforms to a consistent style.
`prettier-package-json` is a JSON formatter inspired by `prettier`. It removes all original styling and ensures that the outputted `package.json` conforms to a consistent style. By default it uses opinionated defaults but can be configured to your individual needs.

@@ -8,0 +8,0 @@ ## Features

@@ -30,2 +30,4 @@ module.exports = Object.freeze({

'main',
'module',
'browser',
'man',

@@ -32,0 +34,0 @@ 'preferGlobal',

@@ -8,2 +8,4 @@ {

"main": "src/index.js",
"module": "src/index.mjs",
"browser": "src/index.browser.js",
"bin": {

@@ -10,0 +12,0 @@ "prettier-package-json": "./bin/prettier-package-json"

@@ -8,2 +8,4 @@ {

"main": "src/index.js",
"module": "src/index.mjs",
"browser": "src/index.browser.js",
"bin": {

@@ -10,0 +12,0 @@ "prettier-package-json": "./bin/prettier-package-json"

Sorry, the diff of this file is not supported yet

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