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

dimcode-linux-arm64

Package Overview
Dependencies
Maintainers
3
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dimcode-linux-arm64 - npm Package Compare versions

Comparing version
0.1.5
to
0.1.6-beta.0
+2
-2
bin/skills-assets/docx/references/scenario_b_edit_content.md

@@ -195,3 +195,3 @@ # Scenario B: Editing / Filling Content in Existing DOCX

```xml
<w:ins w:id="1" w:author="Editor" w:date="2026-03-21T10:00:00Z">
<w:ins w:id="1" w:author="DimAgent" w:date="2026-03-21T10:00:00Z">
<w:r>

@@ -205,3 +205,3 @@ <w:t>New text here</w:t>

```xml
<w:del w:id="2" w:author="Editor" w:date="2026-03-21T10:00:00Z">
<w:del w:id="2" w:author="DimAgent" w:date="2026-03-21T10:00:00Z">
<w:r>

@@ -208,0 +208,0 @@ <w:delText>Removed text</w:delText> <!-- MUST use delText, not t -->

@@ -108,3 +108,3 @@ # Track Changes Guide

- **Author**: Free text. Use consistent strings (e.g., `"Editor"` for all automated edits)
- **Author**: Free text. Use consistent strings (e.g., `"DimAgent"` for all automated edits)
- **Date**: ISO 8601 with UTC timezone marker: `2026-03-21T10:30:00Z`

@@ -125,3 +125,3 @@ - Must include the `T` separator and `Z` suffix (or `+HH:MM` offset)

<w:r><w:t>Existing text. </w:t></w:r>
<w:ins w:id="5" w:author="Editor" w:date="2026-03-21T12:00:00Z">
<w:ins w:id="5" w:author="DimAgent" w:date="2026-03-21T12:00:00Z">
<w:r><w:t>Proposed new text. </w:t></w:r>

@@ -140,3 +140,3 @@ </w:ins>

<w:r><w:t>Keep this. </w:t></w:r>
<w:del w:id="6" w:author="Editor" w:date="2026-03-21T12:01:00Z">
<w:del w:id="6" w:author="DimAgent" w:date="2026-03-21T12:01:00Z">
<w:r>

@@ -172,3 +172,3 @@ <w:rPr><w:b /></w:rPr>

<w:pPr>
<w:pPrChange w:id="7" w:author="Editor" w:date="2026-03-21T12:05:00Z">
<w:pPrChange w:id="7" w:author="DimAgent" w:date="2026-03-21T12:05:00Z">
<w:pPr>

@@ -180,3 +180,3 @@ <w:pStyle w:val="Normal" />

<w:r><w:t>First paragraph text. </w:t></w:r>
<w:del w:id="8" w:author="Editor" w:date="2026-03-21T12:05:00Z">
<w:del w:id="8" w:author="DimAgent" w:date="2026-03-21T12:05:00Z">
<w:r><w:delText> </w:delText></w:r>

@@ -196,6 +196,6 @@ </w:del>

<w:rPr>
<w:ins w:id="9" w:author="Editor" w:date="2026-03-21T12:10:00Z" />
<w:ins w:id="9" w:author="DimAgent" w:date="2026-03-21T12:10:00Z" />
</w:rPr>
</w:pPr>
<w:ins w:id="10" w:author="Editor" w:date="2026-03-21T12:10:00Z">
<w:ins w:id="10" w:author="DimAgent" w:date="2026-03-21T12:10:00Z">
<w:r><w:t>Entirely new paragraph.</w:t></w:r>

@@ -202,0 +202,0 @@ </w:ins>

{
"name": "dimcode-linux-arm64",
"version": "0.1.5",
"version": "0.1.6-beta.0",
"description": "dimcode binary for Linux ARM64",

@@ -5,0 +5,0 @@ "os": [

Sorry, the diff of this file is not supported yet