You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@pspdfkit/document-authoring

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pspdfkit/document-authoring - npm Package Compare versions

Comparing version

to
1.0.25

lib/cli.js

4

lib/docauth.es.js

@@ -1,4 +0,4 @@

const t=async t=>(await(async t=>{const e=new URL(t??"https://document-authoring-cdn.pspdfkit.com/2024/1/",window.location.href).href,a=new URL("docauth-impl-a997a9c4f865d58f.js",e).href;return import(
const t={type:"default-index"},e=async t=>(await(async t=>{const e=new URL(t??"https://document-authoring-cdn.pspdfkit.com/2024/1/",window.location.href).href,a=new URL("docauth-impl-28130f7b5992a306.js",e).href;return import(
/*webpackIgnore: true*/
/* @vite-ignore */
a)})(t?.assets?.base)).createDocAuthSystem(t);var e={createDocAuthSystem:t};export{t as createDocAuthSystem,e as default};
a)})(t?.assets?.base)).createDocAuthSystem(t);var a={createDocAuthSystem:e,defaultFontIndex:t};export{e as createDocAuthSystem,a as default,t as defaultFontIndex};

@@ -1,4 +0,4 @@

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).DocAuth={})}(this,(function(e){"use strict";const t=async e=>(await(async e=>{const t=new URL(e??"https://document-authoring-cdn.pspdfkit.com/2024/1/",window.location.href).href,o=new URL("docauth-impl-a997a9c4f865d58f.js",t).href;return import(
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).DocAuth={})}(this,(function(e){"use strict";const t={type:"default-index"},o=async e=>(await(async e=>{const t=new URL(e??"https://document-authoring-cdn.pspdfkit.com/2024/1/",window.location.href).href,o=new URL("docauth-impl-28130f7b5992a306.js",t).href;return import(
/*webpackIgnore: true*/
/* @vite-ignore */
o)})(e?.assets?.base)).createDocAuthSystem(e);var o={createDocAuthSystem:t};e.createDocAuthSystem=t,e.default=o,Object.defineProperty(e,"__esModule",{value:!0})}));
o)})(e?.assets?.base)).createDocAuthSystem(e);var n={createDocAuthSystem:o,defaultFontIndex:t};e.createDocAuthSystem=o,e.default=n,e.defaultFontIndex=t,Object.defineProperty(e,"__esModule",{value:!0})}));
{
"name": "@pspdfkit/document-authoring",
"version": "1.0.23",
"version": "1.0.25",
"description": "A web SDK for word processing and rich text capabilities.",

@@ -14,2 +14,5 @@ "main": "lib/docauth.umd.js",

},
"bin": {
"document-authoring": "./lib/cli.js"
},
"types": "lib/index.d.ts",

@@ -16,0 +19,0 @@ "keywords": [

@@ -81,3 +81,3 @@ # Document Authoring SDK

You can download an example project demoing both TypeScript and JavaScript integration from [here](https://document-authoring-cdn.pspdfkit.com/releases/document-authoring-1.0.23-example.zip), unzip it and run:
You can download an example project demoing both TypeScript and JavaScript integration from [here](https://document-authoring-cdn.pspdfkit.com/releases/document-authoring-1.0.25-example.zip), unzip it and run:

@@ -96,3 +96,3 @@ ```bash

To host the assets on your own infrastructure you can download them from [here](https://document-authoring-cdn.pspdfkit.com/releases/document-authoring-1.0.23-assets.zip) and deploy them to a suitable location.
To host the assets on your own infrastructure you can download them from [here](https://document-authoring-cdn.pspdfkit.com/releases/document-authoring-1.0.25-assets.zip) and deploy them to a suitable location.
Provide an appropriate base path when initializing the Document Authoring SDK.

@@ -99,0 +99,0 @@

Sorry, the diff of this file is not supported yet