Sign In

polydoc-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polydoc-mcp - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+3
-0
dist/polydoc/buildRequestBody.js

@@ -17,2 +17,5 @@ /**

for (const [key, value] of Object.entries(source)) {
// The advanced JSON is user-supplied; skip prototype-pollution keys.
if (key === '__proto__' || key === 'constructor' || key === 'prototype')
continue;
if (isPlainObject(value) && isPlainObject(out[key])) {

@@ -19,0 +22,0 @@ out[key] = mergeDeep(out[key], value);

+1
-1
{
"name": "polydoc-mcp",
"version": "0.1.1",
"version": "0.1.2",
"description": "PolyDoc MCP server: HTML/URL to PDF, screenshots, and EU e-invoices (Factur-X / ZUGFeRD) for MCP clients.",

@@ -5,0 +5,0 @@ "license": "MIT",