Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pretty-quick

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-quick - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

7

dist/isSupportedExtension.js

@@ -11,5 +11,10 @@ "use strict";

var _default = resolveConfig => file => Boolean(_prettier.getFileInfo.sync(file, {
resolveConfig
resolveConfig,
..._prettier.resolveConfig.sync(file, {
editorconfig: true
}, {
filepath: file
})
}).inferredParser);
exports.default = _default;

2

package.json
{
"name": "pretty-quick",
"version": "3.1.0",
"version": "3.1.1",
"description": "Get Pretty Quick",

@@ -5,0 +5,0 @@ "repository": "azz/pretty-quick",

@@ -148,3 +148,3 @@ # `pretty-quick`

Check an alternative file for ignoring files with the same format as [`.prettierignore`](https://prettier.io/docs/en/ignore#ignoring-files).
For example `pretty-quick --ignore-path=.gitignore`
For example `pretty-quick --ignore-path .gitignore`

@@ -151,0 +151,0 @@ ## Configuration and Ignore Files

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc