New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@homer0/prettier-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homer0/prettier-plugin-jsdoc - npm Package Compare versions

Comparing version
11.0.0
to
11.0.1
+8
-0
CHANGELOG.md

@@ -0,1 +1,9 @@

## [11.0.1](https://github.com/homer0/prettier-plugin-jsdoc/compare/11.0.0...11.0.1) (2025-12-06)
### Bug Fixes
* add publishConfig ([7c45e3d](https://github.com/homer0/prettier-plugin-jsdoc/commit/7c45e3d4947179c53846543e8fc7d0807d25519d))
* update dependencies ([df69741](https://github.com/homer0/prettier-plugin-jsdoc/commit/df69741b2e7518cd20d418c9eb99c5f233c187f3))
# [11.0.0](https://github.com/homer0/prettier-plugin-jsdoc/compare/10.0.1...11.0.0) (2025-12-05)

@@ -2,0 +10,0 @@

+9
-6
{
"name": "@homer0/prettier-plugin-jsdoc",
"description": "A Prettier plugin to format JSDoc blocks",
"version": "11.0.0",
"version": "11.0.1",
"repository": "homer0/prettier-plugin-jsdoc",

@@ -16,5 +16,2 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>",

],
"publishConfig": {
"access": "public"
},
"type": "module",

@@ -33,4 +30,4 @@ "main": "./src/index.js",

"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@homer0/eslint-plugin": "^14.2.2",

@@ -53,2 +50,8 @@ "@homer0/prettier-config": "^2.0.0",

},
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"engine-strict": true,

@@ -55,0 +58,0 @@ "engines": {