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

abstract-document

Package Overview
Dependencies
137
Maintainers
14
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.9.6 to 6.10.3

lib/abstract-document-xml/__tests__/export-test-def.d.ts

2

CHANGELOG.md

@@ -9,2 +9,4 @@ # Change Log

- Abstract doc xml
### Changed

@@ -11,0 +13,0 @@

3

lib/index.d.ts
import * as AbstractDoc from "./abstract-document/index";
import * as AbstractDocExporters from "./abstract-document-exporters/index";
import * as AbstractDocJsx from "./abstract-document-jsx/index";
export { AbstractDoc, AbstractDocExporters, AbstractDocJsx };
import * as AbstractDocXml from "./abstract-document-xml/index";
export { AbstractDoc, AbstractDocExporters, AbstractDocJsx, AbstractDocXml };
//# sourceMappingURL=index.d.ts.map

@@ -22,3 +22,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.AbstractDocJsx = exports.AbstractDocExporters = exports.AbstractDoc = void 0;
exports.AbstractDocXml = exports.AbstractDocJsx = exports.AbstractDocExporters = exports.AbstractDoc = void 0;
const AbstractDoc = __importStar(require("./abstract-document/index"));

@@ -30,2 +30,4 @@ exports.AbstractDoc = AbstractDoc;

exports.AbstractDocJsx = AbstractDocJsx;
const AbstractDocXml = __importStar(require("./abstract-document-xml/index"));
exports.AbstractDocXml = AbstractDocXml;
//# sourceMappingURL=index.js.map
{
"name": "abstract-document",
"version": "6.9.6",
"version": "6.10.3",
"description": "Dynamically create documents using code or JSX and render to any format",

@@ -22,2 +22,3 @@ "repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-document",

"docx": "^6.0.3",
"fast-xml-parser": "^4.1.2",
"pdfkit": "^0.12.3",

@@ -43,3 +44,3 @@ "ramda": "^0.22.1",

},
"gitHead": "73e6a42ba0e1234cb0907a86218f26ccf8f9cf42"
"gitHead": "420e053c286f63b0e9320ca85cedfb5d24752dfb"
}

@@ -7,3 +7,3 @@ # abstract-document

Create documents using functions or JSX and render to any format
Create documents using functions, JSX, or XML and render to any format.

@@ -29,3 +29,3 @@ ## Introduction

</Paragraph>
{["a", "b", "c"].map(c => (
{["a", "b", "c"].map((c) => (
<Paragraph key={c}>

@@ -32,0 +32,0 @@ <TextRun text={c} />

import * as AbstractDoc from "./abstract-document/index";
import * as AbstractDocExporters from "./abstract-document-exporters/index";
import * as AbstractDocJsx from "./abstract-document-jsx/index";
import * as AbstractDocXml from "./abstract-document-xml/index";
export { AbstractDoc, AbstractDocExporters, AbstractDocJsx };
export { AbstractDoc, AbstractDocExporters, AbstractDocJsx, AbstractDocXml };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc