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.0-alpha.1 to 0.13.0

2

lib/index.d.ts

@@ -13,3 +13,3 @@ import { type Node, type Pos } from 'mvdan-sh';

}
export interface ShParserOptions extends ParserOptions<Node | ShSyntaxNode>, Required<ShOptions> {
export interface ShParserOptions extends Required<ParserOptions<Node | ShSyntaxNode>>, Required<ShOptions> {
experimentalWasm: boolean;

@@ -16,0 +16,0 @@ }

{
"name": "prettier-plugin-sh",
"version": "0.13.0-alpha.1",
"version": "0.13.0",
"type": "module",

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

"peerDependencies": {
"prettier": "^3.0.0-alpha.0"
"prettier": "^3.0.0"
},
"dependencies": {
"mvdan-sh": "^0.10.1",
"sh-syntax": "^0.4.0",
"sh-syntax": "^0.4.1",
"synckit": "^0.8.5"

@@ -44,0 +44,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