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

@acdvorak/myst-to-docx

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acdvorak/myst-to-docx - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

1

dist/index.d.ts

@@ -6,2 +6,3 @@ export { DocxSerializer } from './serializer.js';

export type { IDocxSerializer, DocxResult, Handler, Options } from './types.js';
export * as docx from 'docx';
//# sourceMappingURL=index.d.ts.map

@@ -5,1 +5,2 @@ export { DocxSerializer } from './serializer.js';

export { writeDocx, createDocFromState, fetchImagesAsBuffers } from './utils.js';
export * as docx from 'docx';

2

package.json
{
"name": "@acdvorak/myst-to-docx",
"version": "1.0.12",
"version": "1.0.13",
"description": "Export from a MyST Markdown document to Microsoft Word (*.docx)",

@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>",

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