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

prettier-plugin-sh

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-sh - npm Package Compare versions

Comparing version 0.13.1 to 0.14.0

17

lib/languages.js

@@ -234,2 +234,4 @@ export const languages = [

".ackrc",
".rspec",
".yardopts",
"ackrc",

@@ -414,4 +416,19 @@ "mocha.opts"

]
},
{
"name": "nvmrc",
"since": "0.14.0",
"parsers": [
"sh"
],
"extensions": [
".node-version",
".nvmrc"
],
"filenames": [
".node-version",
".nvmrc"
]
}
];
//# sourceMappingURL=languages.js.map

4

package.json
{
"name": "prettier-plugin-sh",
"version": "0.13.1",
"version": "0.14.0",
"type": "module",

@@ -37,3 +37,3 @@ "description": "An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`...",

"peerDependencies": {
"prettier": "^3.0.0"
"prettier": "^3.0.3"
},

@@ -40,0 +40,0 @@ "dependencies": {

@@ -36,4 +36,12 @@ <p align="center">

Once installed, [Prettier plugins](https://prettier.io/docs/en/plugins.html) should be automatically recognized by Prettier. To use this plugin, confirm that it's installed and run Prettier using your preferred method. For example:
Once installed, [Prettier plugins](https://prettier.io/docs/en/plugins.html) must be added to `.prettierrc`:
```json
{
"plugins": ["prettier-plugin-sh"]
}
```
Then:
```sh

@@ -80,2 +88,4 @@ # npx

[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
| 1stG | RxTS | UnTS |

@@ -82,0 +92,0 @@ | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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