Socket
Socket
Sign inDemoInstall

@foray1010/prettier-config

Package Overview
Dependencies
38
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.0 to 10.0.0

index.mjs

10

CHANGELOG.md

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

## [10.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@9.0.0...@foray1010/prettier-config@10.0.0) (2023-08-10)
### ⚠ BREAKING CHANGES
- **deps:** update prettier to v3
### Bug Fixes
- **deps:** update prettier to v3 ([4724464](https://github.com/foray1010/common-presets/commit/4724464c1c272df3eb686b168d836a9a696c11a2))
## [9.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@8.0.1...@foray1010/prettier-config@9.0.0) (2023-03-23)

@@ -8,0 +18,0 @@

10

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

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

"license": "MIT",
"exports": "./index.cjs",
"exports": "./index.mjs",
"files": [

@@ -27,6 +27,6 @@ "**/*.{cjs,js,json,mjs}",

"devDependencies": {
"@types/prettier": "2.7.2"
"@types/prettier": "3.0.0"
},
"peerDependencies": {
"prettier": "^2.4.0"
"prettier": "^3.0.0"
},

@@ -39,3 +39,3 @@ "engines": {

},
"gitHead": "ee22f073ee1702354310091b7c3a5ec18a930bec"
"gitHead": "53eea83670d83a13b40cf0022f24badccfda681c"
}

@@ -7,8 +7,6 @@ # `@foray1010/prettier-config`

1. Create an `.prettierrc.cjs` in the project root
1. Create an `.prettierrc.mjs` in the project root
```js
'use strict'
module.exports = require('@foray1010/prettier-config')
export { default } from '@foray1010/prettier-config'
```

@@ -15,0 +13,0 @@

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