🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@stll/docx-core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stll/docx-core - npm Package Compare versions

Comparing version
0.10.0
to
0.11.0
+1
-1
dist/projection.d.ts
//#region src/generated/docx_kernel.d.ts
/* tslint:disable */
/* eslint-disable */
type DocxProjectionFormattingSpan = readonly [startUtf16: number, endUtf16: number, style: "bold" | "highlight"];
type DocxProjectionFormattingSpan = readonly [startUtf16: number, endUtf16: number, style: "bold" | "highlight" | "superscript"];
type DocxProjectionStructure = readonly [] | readonly [type: "table", tableId: string, row: number, column: number];

@@ -6,0 +6,0 @@ type DocxProjectionParagraph = readonly [ordinal: number, text: string, packageParagraphId: string | null, formatting: readonly DocxProjectionFormattingSpan[], structure: DocxProjectionStructure, styleId: string | null];

{
"name": "@stll/docx-core",
"version": "0.10.0",
"version": "0.11.0",
"description": "Typed OOXML/DOCX model, validation, serialization, legal-source compilation, and browser-native package projection.",

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

Sorry, the diff of this file is not supported yet