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.7.0 to 2.7.1

4

prettier/package.json
{
"name": "@types/prettier",
"version": "2.7.0",
"version": "2.7.1",
"description": "TypeScript definitions for prettier",

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

"dependencies": {},
"typesPublisherContentHash": "682e24cbfe793cafe22038d115a4535244613a09d5cccbe205993da3c69d30e6",
"typesPublisherContentHash": "6a62dee7c1db1e9ccffd4f4d23eb63e0b6863d58b971cf804f99cc039ceeedb1",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Thu, 04 Aug 2022 23:02:16 GMT
* Last updated: Sat, 24 Sep 2022 05:02:56 GMT
* Dependencies: none

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

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

import { CursorOptions, CursorResult, Options, Plugin } from './';
import { CursorOptions, CursorResult, Options, SupportInfo } from './';

@@ -27,2 +27,7 @@ /**

/**
* Returns an object representing the parsers, languages and file types Prettier supports for the current version.
*/
export function getSupportInfo(): SupportInfo;
export as namespace 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