Socket
Socket
Sign inDemoInstall

@types/prettier

Package Overview
Dependencies
0
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.4 to 2.6.0

9

prettier/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for prettier 2.4
// Type definitions for prettier 2.6
// Project: https://prettier.io

@@ -175,3 +175,3 @@ // https://github.com/prettier/prettier

*/
pluginSearchDirs: string[];
pluginSearchDirs: string[] | false;
/**

@@ -202,2 +202,7 @@ * How to handle whitespaces in HTML.

embeddedLanguageFormatting: 'auto' | 'off';
/**
* Enforce single attribute per line in HTML, Vue and JSX.
* @default false
*/
singleAttributePerLine: boolean;
}

@@ -204,0 +209,0 @@

{
"name": "@types/prettier",
"version": "2.4.4",
"version": "2.6.0",
"description": "TypeScript definitions for prettier",

@@ -58,4 +58,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prettier",

"dependencies": {},
"typesPublisherContentHash": "0e9d3acc85a871149eb079d7258f0fd16a44101d0961a057f3f129787e2cacc7",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "aeca199341dadc55f7f02a00ca59a8d25b1ed1741421453e92e131d0a1ff4fb1",
"typeScriptVersion": "3.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 09 Feb 2022 07:31:26 GMT
* Last updated: Sun, 10 Apr 2022 01:31:17 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `prettier`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc