Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docx

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docx - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

build/docx/index.d.ts
export { Document } from "./document";
export { Paragraph } from "./paragraph";
export * from "./paragraph";
export { Run } from "./run";

@@ -4,0 +4,0 @@ export { TextRun } from "./run/text-run";

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var document_1 = require("./document");
exports.Document = document_1.Document;
var paragraph_1 = require("./paragraph");
exports.Paragraph = paragraph_1.Paragraph;
__export(require("./paragraph"));
var run_1 = require("./run");

@@ -8,0 +10,0 @@ exports.Run = run_1.Run;

@@ -8,2 +8,3 @@ import { IData } from "../../media/data";

import { ISpacingProperties } from "./spacing";
export * from "./formatting";
export declare class Paragraph extends XmlComponent {

@@ -10,0 +11,0 @@ private properties;

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });

@@ -16,2 +19,3 @@ const picture_run_1 = require("../run/picture-run");

const unordered_list_1 = require("./unordered-list");
__export(require("./formatting"));
class Paragraph extends xml_components_1.XmlComponent {

@@ -18,0 +22,0 @@ constructor(text) {

{
"name": "docx",
"version": "2.1.1",
"version": "2.1.2",
"description": "Generate .docx documents with JavaScript (formerly Office-Clippy)",

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

export { Document } from "./document";
export { Paragraph } from "./paragraph";
export * from "./paragraph";
export { Run } from "./run";

@@ -4,0 +4,0 @@ export { TextRun } from "./run/text-run";

@@ -19,2 +19,4 @@ import { IData } from "../../media/data";

export * from "./formatting";
export class Paragraph extends XmlComponent {

@@ -21,0 +23,0 @@ private properties: ParagraphProperties;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc