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

@itiden/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itiden/prettier-config - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

6

CHANGELOG.md
# @itiden/prettier-config
## 2.0.0
### Major Changes
- Added support for prettier 3
## 1.0.0

@@ -4,0 +10,0 @@

1

index.js
module.exports = {
singleQuote: true,
trailingComma: 'es5',
};
{
"name": "@itiden/prettier-config",
"version": "1.0.0",
"version": "2.0.0",
"license": "Apache-2.0",

@@ -17,8 +17,8 @@ "description": "Prettier config for Itiden",

"devDependencies": {
"prettier": "^2.2.1"
"prettier": "^3"
},
"peerDependencies": {
"prettier": "2.x"
"prettier": "2|3"
},
"prettier": "./index.js"
}
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