@js-preview/docx
Advanced tools
Comparing version 1.0.3 to 1.2.0
@@ -22,6 +22,7 @@ export interface Options { | ||
export interface JsDocxPreview { | ||
preview: (src: string | ArrayBuffer | Blob) => Promise<any>, | ||
setOptions: (options: Options) => void, | ||
setRequestOptions: (requestOptions?: any) => void, | ||
destroy: ()=> void, | ||
preview: (src: string | ArrayBuffer | Blob) => Promise<any>; | ||
download: (fileName?: string) => void; | ||
setOptions: (options: Options) => void; | ||
setRequestOptions: (requestOptions?: any) => void; | ||
destroy: ()=> void; | ||
} | ||
@@ -28,0 +29,0 @@ declare const jsPreviewDocx: { |
{ | ||
"name": "@js-preview/docx", | ||
"type" :"module", | ||
"version": "1.0.3", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
603224
9778
4