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 1.16.2 to 1.16.3

6

prettier/index.d.ts

@@ -135,5 +135,5 @@ // Type definitions for prettier 1.16

export interface Plugin {
languages: SupportLanguage[];
parsers: { [parserName: string]: Parser };
printers: { [astFormat: string]: Printer };
languages?: SupportLanguage[];
parsers?: { [parserName: string]: Parser };
printers?: { [astFormat: string]: Printer };
options?: SupportOption[];

@@ -140,0 +140,0 @@ defaultOptions?: Partial<RequiredOptions>;

{
"name": "@types/prettier",
"version": "1.16.2",
"version": "1.16.3",
"description": "TypeScript definitions for prettier",

@@ -27,4 +27,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "50e190af745f1f03acb357fd1f921861d228e4d93ab668e2c736665482614d3b",
"typesPublisherContentHash": "321d4f310371dbe1f6911b440c16eb1d0d7c9ced0f004e758cb7b504c9471bfd",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 15 Apr 2019 20:08:46 GMT
* Last updated: Fri, 19 Apr 2019 20:02:00 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