Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-packagejson

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-packagejson - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

22

package.json
{
"name": "prettier-plugin-packagejson",
"version": "2.2.5",
"version": "2.2.6",
"description": "Prettier package.json plugin to make the order of properties nice.",

@@ -10,10 +10,3 @@ "keywords": [

],
"homepage": "https://github.com/matzkoh/prettier-plugin-packagejson#readme",
"bugs": {
"url": "https://github.com/matzkoh/prettier-plugin-packagejson/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matzkoh/prettier-plugin-packagejson.git"
},
"repository": "github:matzkoh/prettier-plugin-packagejson",
"license": "MIT",

@@ -29,6 +22,8 @@ "main": "lib",

"scripts": {
"ci:test": "run-s test send:coverage",
"fix": "run-p fix:*",
"fix:prettier": "npm run lint:prettier -- --write",
"lint": "run-p lint:*",
"lint:prettier": "prettier -l \"**/*.{js,json,md,yml}\"",
"lint:prettier": "prettier -l \"**/*.{js,json,md,yaml,yml}\"",
"send:coverage": "npx codecov",
"test": "run-s lint test:*",

@@ -38,9 +33,8 @@ "test:unit": "jest"

"dependencies": {
"sort-package-json": "1.44.0"
"sort-package-json": "1.46.0"
},
"devDependencies": {
"@types/jest": "25.2.3",
"jest": "25.5.4",
"jest": "26.4.2",
"npm-run-all": "4.1.5",
"prettier": "2.0.5"
"prettier": "2.1.2"
},

@@ -47,0 +41,0 @@ "peerDependencies": {

@@ -1,5 +0,15 @@

[![CircleCI](https://circleci.com/gh/matzkoh/prettier-plugin-packagejson.svg?style=shield)](https://circleci.com/gh/matzkoh/prettier-plugin-packagejson)
[![Renovate](https://badges.renovateapi.com/github/matzkoh/prettier-plugin-packagejson)](https://renovatebot.com/)
[![npm](https://img.shields.io/npm/v/prettier-plugin-packagejson.svg)](https://www.npmjs.com/package/prettier-plugin-packagejson)
[![npm-badge]][npm]
[![circleci-badge]][circleci]
[![renovate-badge]][renovate]
[![codecov-badge]][codecov]
[npm-badge]: https://img.shields.io/npm/v/prettier-plugin-packagejson.svg
[npm]: https://www.npmjs.com/package/prettier-plugin-packagejson
[circleci-badge]: https://circleci.com/gh/matzkoh/prettier-plugin-packagejson.svg?style=shield
[circleci]: https://circleci.com/gh/matzkoh/prettier-plugin-packagejson
[renovate-badge]: https://badges.renovateapi.com/github/matzkoh/prettier-plugin-packagejson
[renovate]: https://renovatebot.com/
[codecov-badge]: https://codecov.io/gh/matzkoh/prettier-plugin-packagejson/branch/master/graph/badge.svg
[codecov]: https://codecov.io/gh/matzkoh/prettier-plugin-packagejson
# prettier-plugin-packagejson

@@ -6,0 +16,0 @@

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