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

@prettier/plugin-php

Package Overview
Dependencies
Maintainers
12
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prettier/plugin-php - npm Package Compare versions

Comparing version 0.18.7 to 0.18.8

16

package.json
{
"name": "@prettier/plugin-php",
"version": "0.18.7",
"version": "0.18.8",
"description": "Prettier PHP Plugin",

@@ -16,19 +16,19 @@ "repository": "prettier/prettier-php",

"mem": "^8.0.0",
"php-parser": "3.1.0-beta.9"
"php-parser": "3.1.0-beta.10"
},
"devDependencies": {
"@babel/preset-env": "^7.18.0",
"@babel/preset-env": "^7.18.2",
"codecov": "3.8.3",
"cross-env": "^7.0.2",
"eslint": "8.16.0",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.2.2",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-prettier": "4.0.0",
"jest": "28.1.0",
"jest-environment-jsdom": "28.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-runner-eslint": "1.0.1",
"jest-snapshot-serializer-raw": "^1.1.0",
"prettier": "2.1.2",
"rollup": "^2.74.1",
"rollup": "^2.75.6",
"rollup-plugin-alias": "^2.0.0",

@@ -35,0 +35,0 @@ "rollup-plugin-babel": "^4.3.2",

@@ -172,3 +172,3 @@ <div align="center">

| `printWidth` | `80` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#print-width)) |
| `tabWidth` | `4` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tab-width)) |
| `tabWidth` | `4` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tab-width)), The default is `4` based on the `PSR-2` coding standard. |
| `useTabs` | `false` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tabs)) |

@@ -175,0 +175,0 @@ | `singleQuote` | `false` | If set to `"true"`, strings that use double quotes but do not rely on the features they add, will be reformatted. Example: `"foo" -> 'foo'`, `"foo $bar" -> "foo $bar"`. |

Sorry, the diff of this file is too big to display

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