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.1.3 to 2.1.4

6

prettier/index.d.ts

@@ -368,3 +368,3 @@ // Type definitions for prettier 2.1

export interface IntArraySupportOption extends BaseSupportOption<'int'> {
default: number[];
default: Array<{ value: number[] }>;
array: true;

@@ -381,3 +381,3 @@ }

export interface BooleanArraySupportOption extends BaseSupportOption<'boolean'> {
default: boolean[];
default: Array<{ value: boolean[] }>;
array: true;

@@ -402,3 +402,3 @@ }

export interface PathArraySupportOption extends BaseSupportOption<'path'> {
default: string[];
default: Array<{ value: string[] }>;
array: true;

@@ -405,0 +405,0 @@ }

{
"name": "@types/prettier",
"version": "2.1.3",
"version": "2.1.4",
"description": "TypeScript definitions for prettier",

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

"dependencies": {},
"typesPublisherContentHash": "3844f71215e27f011a26b641db41118a1436596fabd907e7db6706bd6d0e92ad",
"typesPublisherContentHash": "7180ce912db0b0460173cc329c2a3e135bccf644e22ccbc4acd8c6c83742b778",
"typeScriptVersion": "3.2"
}

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

### Additional Details
* Last updated: Fri, 16 Oct 2020 15:26:26 GMT
* Last updated: Fri, 16 Oct 2020 16:03:42 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