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

@dean0x/showme

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dean0x/showme - npm Package Compare versions

Comparing version
0.1.6
to
0.1.7
+4
-4
dist/index.js

@@ -95,7 +95,7 @@ #!/usr/bin/env node

type: 'string',
description: 'Base commit, branch, or tag for comparison',
description: 'Base commit, branch, or tag for comparison (omit for working directory changes)',
},
target: {
type: 'string',
description: 'Target commit, branch, or working directory',
description: 'Target commit or branch (omit for working directory)',
},

@@ -111,7 +111,7 @@ files: {

type: 'boolean',
description: 'Show only staged changes (optional)',
description: 'Show only staged changes (default: false)',
},
unstaged: {
type: 'boolean',
description: 'Show only unstaged changes (optional)',
description: 'Show only unstaged changes (default: false)',
},

@@ -118,0 +118,0 @@ reuseWindow: {

{
"name": "@dean0x/showme",
"version": "0.1.6",
"version": "0.1.7",
"description": "MCP server providing ShowFile and ShowDiff tools for VS Code integration with syntax highlighting",

@@ -5,0 +5,0 @@ "main": "dist/index.js",