Sign In

@file-viewer/pptx

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@file-viewer/pptx - npm Package Compare versions

Comparing version
2.2.5
to
2.2.6
+3
-2
package.json
{
"name": "@file-viewer/pptx",
"version": "2.2.5",
"version": "2.2.6",
"private": false,

@@ -79,4 +79,5 @@ "type": "module",

"build": "node scripts/clean-dist.mjs && tsc -b tsconfig.json --force && node scripts/build-worker.mjs && node scripts/copy-assets.mjs && node scripts/fix-esm-extensions.mjs",
"type-check": "tsc -b tsconfig.json"
"type-check": "tsc -b tsconfig.json",
"verify:github-176": "node scripts/verify-github-176.mjs"
}
}

Sorry, the diff of this file is too big to display