pretty-quick
Advanced tools
Comparing version 3.3.1 to 4.0.0
{ | ||
"name": "pretty-quick", | ||
"version": "3.3.1", | ||
"version": "4.0.0", | ||
"description": "Get Pretty Quick", | ||
@@ -9,12 +9,21 @@ "repository": "prettier/pretty-quick", | ||
"engines": { | ||
"node": ">=10.13" | ||
"node": ">=14" | ||
}, | ||
"bin": "dist/cli.js", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.mjs", | ||
"types": "dist/index.d.ts", | ||
"bin": "lib/cli.mjs", | ||
"main": "lib/index.js", | ||
"module": "lib/index.esm.mjs", | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"require": "./lib/index.js", | ||
"default": "./lib/index.esm.mjs" | ||
}, | ||
"./*": "./lib/*.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"bin", | ||
"dist", | ||
"img", | ||
"lib", | ||
"!**/*.tsbuildinfo" | ||
@@ -34,7 +43,7 @@ ], | ||
"peerDependencies": { | ||
"prettier": "^2.0.0" | ||
"prettier": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"execa": "^4.1.0", | ||
"find-up": "^4.1.0", | ||
"execa": "^5.1.1", | ||
"find-up": "^5.0.0", | ||
"ignore": "^5.3.0", | ||
@@ -41,0 +50,0 @@ "mri": "^1.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65570
38
827
1
+ Addedexeca@5.1.1(transitive)
+ Addedfind-up@5.0.0(transitive)
+ Addedget-stream@6.0.1(transitive)
+ Addedhuman-signals@2.1.0(transitive)
+ Addedlocate-path@6.0.0(transitive)
+ Addedp-limit@3.1.0(transitive)
+ Addedp-locate@5.0.0(transitive)
+ Addedprettier@3.3.3(transitive)
+ Addedyocto-queue@0.1.0(transitive)
- Removedend-of-stream@1.4.4(transitive)
- Removedexeca@4.1.0(transitive)
- Removedfind-up@4.1.0(transitive)
- Removedget-stream@5.2.0(transitive)
- Removedhuman-signals@1.1.1(transitive)
- Removedlocate-path@5.0.0(transitive)
- Removedonce@1.4.0(transitive)
- Removedp-limit@2.3.0(transitive)
- Removedp-locate@4.1.0(transitive)
- Removedp-try@2.2.0(transitive)
- Removedprettier@2.8.8(transitive)
- Removedpump@3.0.2(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedexeca@^5.1.1
Updatedfind-up@^5.0.0