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

@featherds/pdf-viewer

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featherds/pdf-viewer - npm Package Compare versions

Comparing version 0.10.7 to 0.10.8

8

dist/app.es.js

@@ -133,6 +133,6 @@ var __defProp = Object.defineProperty;

const emits = {
"update:modelValue": (v) => true,
"update:modelValue": (_v) => true,
shown: () => true,
hidden: () => true,
"check-request": (v) => true
"check-request": (_v) => true
};

@@ -198,3 +198,3 @@ const _sfc_main = defineComponent({

};
watch([visible, preview, ext, docUrl], ([vis, url, extension, docUrl2]) => {
watch([visible, preview, ext, docUrl], ([vis, url, _extension, docUrl2]) => {
if (vis && (url && url.length || docUrl2 && docUrl2.length)) {

@@ -412,3 +412,3 @@ updateState(0);

}
var FeatherPdfViewer = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7aa3ea73"]]);
var FeatherPdfViewer = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7a92da96"]]);
export { FeatherPdfViewer };
{
"name": "@featherds/pdf-viewer",
"version": "0.10.7",
"version": "0.10.8",
"publishConfig": {

@@ -12,8 +12,8 @@ "access": "public"

"dependencies": {
"@featherds/button": "^0.10.7",
"@featherds/composables": "^0.10.7",
"@featherds/dialog": "^0.10.7",
"@featherds/icon": "^0.10.7",
"@featherds/progress": "^0.10.7",
"@featherds/styles": "^0.10.7",
"@featherds/button": "^0.10.8",
"@featherds/composables": "^0.10.8",
"@featherds/dialog": "^0.10.8",
"@featherds/icon": "^0.10.8",
"@featherds/progress": "^0.10.8",
"@featherds/styles": "^0.10.8",
"vue": "^3.1.0-0"

@@ -26,3 +26,3 @@ },

"types": "./src/index.d.ts",
"gitHead": "4a3dc68c3141b0021f7bedf13b69b5afa471962f"
"gitHead": "f58926ce6d043036bdbe973d085c76492aec35af"
}

Sorry, the diff of this file is not supported yet

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