Socket
Socket
Sign inDemoInstall

@foray1010/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foray1010/prettier-config - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [7.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@6.0.1...@foray1010/prettier-config@7.0.0) (2022-06-13)
### ⚠ BREAKING CHANGES
- drop support for typescript >=5
- drop node 12 and 17
### Miscellaneous Chores
- drop node 12 and 17 ([c43351e](https://github.com/foray1010/common-presets/commit/c43351e0da92209fc3100d9cb1bc129af320fdac))
- remove peerDependencies versions that are not sure if supported ([2175adb](https://github.com/foray1010/common-presets/commit/2175adb62efe7d1762f6f66ce9bb0e7adb5f82e5))
### [6.0.1](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@6.0.0...@foray1010/prettier-config@6.0.1) (2021-11-10)

@@ -8,0 +20,0 @@

8

package.json
{
"$schema": "https://json.schemastore.org/package",
"name": "@foray1010/prettier-config",
"version": "6.0.1",
"version": "7.0.0",
"homepage": "https://github.com/foray1010/common-presets/tree/master/packages/prettier-config#readme",

@@ -23,6 +23,6 @@ "bugs": "https://github.com/foray1010/common-presets/issues",

"peerDependencies": {
"prettier": ">=2.4 <3"
"prettier": "^2.4.0"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.13.0"
"node": "^14.17.0 || >=16.13.0 || >=18.0.0"
},

@@ -32,3 +32,3 @@ "publishConfig": {

},
"gitHead": "0254f6e5cefc3d41be4548a11c6beee541b92269"
"gitHead": "6b2dbe64ac8e4677dfb6b72f70e185bcd607f17b"
}
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