New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@js-preview/docx

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-preview/docx - npm Package Compare versions

Comparing version 1.0.3 to 1.2.0

9

lib/index.d.ts

@@ -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

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