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.6.3 to 2.6.4

2

prettier/index.d.ts

@@ -377,3 +377,3 @@ // Type definitions for prettier 2.6

export interface Printer<T = any> {
print(path: AstPath<T>, options: ParserOptions<T>, print: (path: AstPath<T>) => Doc): Doc;
print(path: AstPath<T>, options: ParserOptions<T>, print: (path: AstPath<T>) => Doc, args?: unknown): Doc;
embed?:

@@ -380,0 +380,0 @@ | ((

{
"name": "@types/prettier",
"version": "2.6.3",
"version": "2.6.4",
"description": "TypeScript definitions for prettier",

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

"dependencies": {},
"typesPublisherContentHash": "16eb6787683d9de1a2c255e5cee8bfd5ec6caf21540bed452a20668af03fe801",
"typesPublisherContentHash": "214ccbed8015c1d4d35d15fb40392bae4bb39e167c9e9ba57b82ebfaa9d0c70e",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Sat, 28 May 2022 10:01:32 GMT
* Last updated: Tue, 26 Jul 2022 23:02:23 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