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.1.0 to 1.1.1

10

CHANGELOG.md
# Next
[diff](https://github.com/prettier/plugin-pug/compare/1.1.0...master)
[diff](https://github.com/prettier/plugin-pug/compare/1.1.1...master)
# 1.1.1
[diff](https://github.com/prettier/plugin-pug/compare/1.1.0...1.1.1)
- Fix space after `id` followed by `interpolated` code ([#49])
[#49]: https://github.com/prettier/plugin-pug/issues/49
# 1.1.0

@@ -6,0 +14,0 @@

10

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

@@ -35,9 +35,9 @@ "main": "dist/index.js",

"@types/jest": "~24.0.23",
"@types/node": "~12.12.14",
"@types/node": "~12.12.17",
"@types/prettier": "~1.19.0",
"@typescript-eslint/eslint-plugin": "~2.10.0",
"@typescript-eslint/parser": "~2.10.0",
"@typescript-eslint/eslint-plugin": "~2.11.0",
"@typescript-eslint/parser": "~2.11.0",
"eslint": "~6.7.2",
"eslint-config-prettier": "~6.7.0",
"eslint-plugin-prettier": "~3.1.1",
"eslint-plugin-prettier": "~3.1.2",
"jest": "~24.9.0",

@@ -44,0 +44,0 @@ "jest-junit": "~10.0.0",

@@ -496,2 +496,3 @@ import { Doc, FastPath, format, Options, Parser, ParserOptions, Plugin, util } from 'prettier';

case 'class':
case 'id':
case 'end-attributes':

@@ -498,0 +499,0 @@ result += ' ';

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