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

prettier-plugin-sh

Package Overview
Dependencies
Maintainers
2
Versions
42
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.12.7 to 0.12.8

177

lib/languages.js
export const languages = [
{
"name": "Alpine Abuild",
"aceMode": "sh",
"since": "0.1.0",

@@ -8,2 +9,6 @@ "parsers": [

],
"linguistLanguageId": 14,
"vscodeLanguageIds": [
"shellscript"
],
"group": "Shell",

@@ -18,12 +23,8 @@ "aliases": [

"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 14,
"vscodeLanguageIds": [
"shellscript"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "CODEOWNERS",
"aceMode": "gitignore",
"since": "0.1.0",

@@ -33,14 +34,14 @@ "parsers": [

],
"linguistLanguageId": 321684729,
"vscodeLanguageIds": [
"gitignore"
],
"filenames": [
"CODEOWNERS"
],
"tmScope": "text.codeowners",
"aceMode": "gitignore",
"linguistLanguageId": 321684729,
"vscodeLanguageIds": [
"gitignore"
]
"tmScope": "text.codeowners"
},
{
"name": "Dockerfile",
"aceMode": "dockerfile",
"since": "0.1.0",

@@ -50,5 +51,10 @@ "parsers": [

],
"linguistLanguageId": 89,
"vscodeLanguageIds": [
"dockerfile"
],
"aliases": [
"Containerfile"
],
"tmScope": "source.dockerfile",
"extensions": [

@@ -61,13 +67,8 @@ ".dockerfile"

],
"tmScope": "source.dockerfile",
"aceMode": "dockerfile",
"codemirrorMode": "dockerfile",
"codemirrorMimeType": "text/x-dockerfile",
"linguistLanguageId": 89,
"vscodeLanguageIds": [
"dockerfile"
]
"codemirrorMimeType": "text/x-dockerfile"
},
{
"name": "Gentoo Ebuild",
"aceMode": "sh",
"since": "0.1.0",

@@ -77,2 +78,6 @@ "parsers": [

],
"linguistLanguageId": 127,
"vscodeLanguageIds": [
"shellscript"
],
"group": "Shell",

@@ -83,12 +88,8 @@ "extensions": [

"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 127,
"vscodeLanguageIds": [
"shellscript"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "Gentoo Eclass",
"aceMode": "sh",
"since": "0.1.0",

@@ -98,2 +99,6 @@ "parsers": [

],
"linguistLanguageId": 128,
"vscodeLanguageIds": [
"shellscript"
],
"group": "Shell",

@@ -104,12 +109,8 @@ "extensions": [

"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 128,
"vscodeLanguageIds": [
"shellscript"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "Git Attributes",
"aceMode": "gitignore",
"since": "0.1.0",

@@ -119,2 +120,6 @@ "parsers": [

],
"linguistLanguageId": 956324166,
"vscodeLanguageIds": [
"gitignore"
],
"group": "INI",

@@ -128,12 +133,8 @@ "aliases": [

"tmScope": "source.gitattributes",
"aceMode": "gitignore",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 956324166,
"vscodeLanguageIds": [
"gitignore"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "Ignore List",
"aceMode": "gitignore",
"since": "0.1.0",

@@ -143,2 +144,6 @@ "parsers": [

],
"linguistLanguageId": 74444240,
"vscodeLanguageIds": [
"gitignore"
],
"group": "INI",

@@ -174,12 +179,8 @@ "aliases": [

"tmScope": "source.gitignore",
"aceMode": "gitignore",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 74444240,
"vscodeLanguageIds": [
"gitignore"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "Java Properties",
"name": "OpenRC runscript",
"aceMode": "sh",
"since": "0.1.0",

@@ -189,19 +190,5 @@ "parsers": [

],
"extensions": [
".properties"
],
"tmScope": "source.java-properties",
"aceMode": "properties",
"codemirrorMode": "properties",
"codemirrorMimeType": "text/x-properties",
"linguistLanguageId": 519377561,
"linguistLanguageId": 265,
"vscodeLanguageIds": [
"properties"
]
},
{
"name": "OpenRC runscript",
"since": "0.1.0",
"parsers": [
"sh"
"shellscript"
],

@@ -216,12 +203,8 @@ "group": "Shell",

"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 265,
"vscodeLanguageIds": [
"shellscript"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "Shell",
"aceMode": "sh",
"since": "0.1.0",

@@ -231,2 +214,6 @@ "parsers": [

],
"linguistLanguageId": 346,
"vscodeLanguageIds": [
"shellscript"
],
"aliases": [

@@ -301,12 +288,8 @@ "sh",

"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 346,
"vscodeLanguageIds": [
"shellscript"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "ShellSession",
"aceMode": "sh",
"since": "0.1.0",

@@ -316,2 +299,9 @@ "parsers": [

],
"linguistLanguageId": 347,
"vscodeLanguageIds": [
"shellscript"
],
"extensions": [
".sh-session"
],
"aliases": [

@@ -321,16 +311,9 @@ "bash session",

],
"extensions": [
".sh-session"
],
"tmScope": "text.shell-session",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 347,
"vscodeLanguageIds": [
"shellscript"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "Tcsh",
"aceMode": "sh",
"since": "0.1.0",

@@ -340,2 +323,6 @@ "parsers": [

],
"linguistLanguageId": 368,
"vscodeLanguageIds": [
"shellscript"
],
"group": "Shell",

@@ -351,32 +338,6 @@ "extensions": [

"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"linguistLanguageId": 368,
"vscodeLanguageIds": [
"shellscript"
]
"codemirrorMimeType": "text/x-sh"
},
{
"name": "TextMate Properties",
"since": "0.1.0",
"parsers": [
"sh"
],
"aliases": [
"tm-properties"
],
"filenames": [
".tm_properties"
],
"tmScope": "source.tm-properties",
"aceMode": "properties",
"codemirrorMode": "properties",
"codemirrorMimeType": "text/x-properties",
"linguistLanguageId": 981795023,
"vscodeLanguageIds": [
"properties"
]
},
{
"name": "JvmOptions",

@@ -383,0 +344,0 @@ "since": "0.1.0",

{
"name": "prettier-plugin-sh",
"version": "0.12.7",
"version": "0.12.8",
"type": "module",

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

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