Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

docx

Package Overview
Dependencies
5
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.3 to 8.0.4

1

build/file/drawing/doc-properties/doc-properties.d.ts

@@ -8,4 +8,5 @@ import { IContext, IXmlableObject, XmlComponent } from "../../../file/xml-components";

export declare class DocProperties extends XmlComponent {
private readonly docPropertiesUniqueNumericId;
constructor({ name, description, title }?: DocPropertiesOptions);
prepForXml(context: IContext): IXmlableObject | undefined;
}

@@ -14,2 +14,4 @@ import { IContext, IXmlableObject, XmlComponent } from "../../file/xml-components";

private readonly referenceConfigMap;
private readonly abstractNumUniqueNumericId;
private readonly concreteNumUniqueNumericId;
constructor(options: INumberingOptions);

@@ -16,0 +18,0 @@ prepForXml(context: IContext): IXmlableObject | undefined;

import { XmlComponent } from "../../../file/xml-components";
import { ParagraphChild } from "../paragraph";
export declare class Bookmark {
private readonly bookmarkUniqueNumericId;
readonly start: BookmarkStart;

@@ -5,0 +6,0 @@ readonly children: readonly ParagraphChild[];

11

build/util/convenience-functions.d.ts
export declare const convertMillimetersToTwip: (millimeters: number) => number;
export declare const convertInchesToTwip: (inches: number) => number;
export declare const uniqueNumericIdCreator: (initial?: number) => (() => number);
export declare const abstractNumUniqueNumericId: () => number;
export declare const concreteNumUniqueNumericId: () => number;
export declare const docPropertiesUniqueNumericId: () => number;
export declare const bookmarkUniqueNumericId: () => number;
export type UniqueNumericIdCreator = () => number;
export declare const uniqueNumericIdCreator: (initial?: number) => UniqueNumericIdCreator;
export declare const abstractNumUniqueNumericIdGen: () => UniqueNumericIdCreator;
export declare const concreteNumUniqueNumericIdGen: () => UniqueNumericIdCreator;
export declare const docPropertiesUniqueNumericIdGen: () => UniqueNumericIdCreator;
export declare const bookmarkUniqueNumericIdGen: () => UniqueNumericIdCreator;
export declare const uniqueId: () => string;
{
"name": "docx",
"version": "8.0.3",
"version": "8.0.4",
"description": "Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.",

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc