New:Socket for Asana Is Now Available.Learn more
Get Started

open-plan-annotator

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

open-plan-annotator - npm Package Compare versions

Comparing version
1.10.9
to
1.10.10
+2
-2
.claude-plugin/marketplace.json

@@ -8,3 +8,3 @@ {

"description": "Interactive plan annotation plugin for Claude Code",
"version": "1.10.9"
"version": "1.10.10"
},

@@ -16,3 +16,3 @@ "plugins": [

"description": "Interactive plan annotation UI: review, strikethrough, and comment on Claude's plans before approving. Fully local, no external services.",
"version": "1.10.9",
"version": "1.10.10",
"author": {

@@ -19,0 +19,0 @@ "name": "ndom91"

{
"name": "open-plan-annotator",
"description": "Interactive plan annotation UI: review, strikethrough, and comment on Claude's plans before approving. Fully local, no external services.",
"version": "1.10.9",
"version": "1.10.10",
"author": {

@@ -6,0 +6,0 @@ "name": "ndom91"

{
"name": "open-plan-annotator",
"version": "1.10.9",
"version": "1.10.10",
"type": "module",

@@ -72,21 +72,13 @@ "description": "Fully local plugin for interactive plan annotation from your Agentic assistants",

"@types/bun": "^1.3.13",
"@typescript/native-preview": "^7.0.0-dev.20260511.1",
"typebox": "^1.1.38"
"@typescript/native-preview": "^7.0.0-dev.20260511.1"
},
"dependencies": {
"@opencode-ai/plugin": "^1.14.48"
"@opencode-ai/plugin": "^1.14.48",
"typebox": "^1.1.38"
},
"peerDependencies": {
"typebox": "*"
},
"peerDependenciesMeta": {
"typebox": {
"optional": true
}
},
"optionalDependencies": {
"@open-plan-annotator/runtime-darwin-arm64": "1.10.9",
"@open-plan-annotator/runtime-darwin-x64": "1.10.9",
"@open-plan-annotator/runtime-linux-arm64": "1.10.9",
"@open-plan-annotator/runtime-linux-x64": "1.10.9"
"@open-plan-annotator/runtime-darwin-arm64": "1.10.10",
"@open-plan-annotator/runtime-darwin-x64": "1.10.10",
"@open-plan-annotator/runtime-linux-arm64": "1.10.10",
"@open-plan-annotator/runtime-linux-x64": "1.10.10"
},

@@ -93,0 +85,0 @@ "overrides": {

@@ -51,3 +51,3 @@ # open-plan-annotator

{
"plugin": ["open-plan-annotator@1.8.7"]
"plugin": ["open-plan-annotator@1.10.9"]
}

@@ -54,0 +54,0 @@ ```