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

@prettier/plugin-pug

Package Overview
Dependencies
Maintainers
12
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prettier/plugin-pug - npm Package Compare versions

Comparing version 1.16.3 to 1.16.4

12

package.json
{
"name": "@prettier/plugin-pug",
"version": "1.16.3",
"version": "1.16.4",
"description": "Prettier Pug Plugin",

@@ -42,7 +42,7 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "~26.0.24",
"@types/node": "~16.4.12",
"@types/jest": "~27.0.1",
"@types/node": "~16.6.1",
"@types/prettier": "~2.3.2",
"@typescript-eslint/eslint-plugin": "~4.29.0",
"@typescript-eslint/parser": "~4.29.0",
"@typescript-eslint/eslint-plugin": "~4.29.1",
"@typescript-eslint/parser": "~4.29.1",
"benchmark": "~2.1.4",

@@ -53,3 +53,3 @@ "eslint": "~7.32.0",

"eslint-plugin-inclusive-language": "~2.1.1",
"eslint-plugin-jsdoc": "~36.0.6",
"eslint-plugin-jsdoc": "~36.0.7",
"eslint-plugin-prettier": "~3.4.0",

@@ -56,0 +56,0 @@ "eslint-plugin-spellcheck": "~0.0.19",

@@ -1410,5 +1410,2 @@ import type { BuiltInParserName, Options, RequiredOptions } from 'prettier';

}
if (this.tokens[index + 1]?.type !== 'outdent') {
result += this.indentString.repeat(this.indentLevel);
}

@@ -1415,0 +1412,0 @@ this.currentIndex = index - 1;

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