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.2.0 to 2.2.1

8

prettier/index.d.ts

@@ -9,2 +9,3 @@ // Type definitions for prettier 2.2

// Kevin Deisz <https://github.com/kddeisz>
// Georgii Dolzhykov <https://github.com/thorn0>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -211,8 +212,3 @@ // TypeScript Version: 2.8

willPrintOwnComments?: (path: FastPath<T>) => boolean;
printComments?: (
path: FastPath<T>,
print: (path: FastPath<T>) => Doc,
options: ParserOptions<T>,
needsSemi: boolean,
) => Doc;
printComment?: (commentPath: FastPath<T>, options: ParserOptions<T>) => Doc;
handleComments?: {

@@ -219,0 +215,0 @@ ownLine?: (

{
"name": "@types/prettier",
"version": "2.2.0",
"version": "2.2.1",
"description": "TypeScript definitions for prettier",

@@ -36,2 +36,7 @@ "license": "MIT",

"githubUsername": "kddeisz"
},
{
"name": "Georgii Dolzhykov",
"url": "https://github.com/thorn0",
"githubUsername": "thorn0"
}

@@ -48,4 +53,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "68c633b4bb0fe513eca4a841742341d9f054f5dca8094b388ef47cdcd8faa915",
"typesPublisherContentHash": "33ea908a84077c3f8a349d74d8f5babda4c5229cf7b76637c8380c6718fd8dd5",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Fri, 05 Feb 2021 21:15:57 GMT
* Last updated: Sat, 13 Feb 2021 09:02:50 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `prettier`

# Credits
These definitions were written by [Ika](https://github.com/ikatyang), [Ifiok Jr.](https://github.com/ifiokjr), [Florian Imdahl](https://github.com/ffflorian), [Sosuke Suzuki](https://github.com/sosukesuzuki), [Christopher Quadflieg](https://github.com/Shinigami92), and [Kevin Deisz](https://github.com/kddeisz).
These definitions were written by [Ika](https://github.com/ikatyang), [Ifiok Jr.](https://github.com/ifiokjr), [Florian Imdahl](https://github.com/ffflorian), [Sosuke Suzuki](https://github.com/sosukesuzuki), [Christopher Quadflieg](https://github.com/Shinigami92), [Kevin Deisz](https://github.com/kddeisz), and [Georgii Dolzhykov](https://github.com/thorn0).
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