🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@homebound/prettier-config

Package Overview
Dependencies
Maintainers
22
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homebound/prettier-config - npm Package Compare versions

Comparing version
1.0.0
to
2.0.0
+1
-0
index.js

@@ -6,4 +6,5 @@ /** @type {import("prettier").Config} */

printWidth: 120,
objectWrap: "collapse",
};
module.exports = config;
+3
-3
{
"name": "@homebound/prettier-config",
"version": "1.0.0",
"version": "2.0.0",
"description": "Shared Prettier configuration for Homebound projects",

@@ -18,3 +18,3 @@ "main": "./index.js",

"peerDependencies": {
"prettier": ">=3.0.0"
"prettier": ">=3.5.0"
},

@@ -27,3 +27,3 @@ "dependencies": {

"conventional-changelog-conventionalcommits": "^9.1.0",
"prettier": "^3.7.4",
"prettier": "3.5.0",
"semantic-release": "^25.0.2"

@@ -30,0 +30,0 @@ },