New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.9.5 to 0.9.6

6

dist/app.es.js

@@ -30,3 +30,3 @@ var __defProp = Object.defineProperty;

import { useLabelProperty } from "@featherds/composables/LabelProperty";
import { resolveComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, createTextVNode, createStaticVNode, ref, toRef, computed, watch, withDirectives, Transition, createBlock, createCommentVNode, renderSlot, vShow } from "vue";
import { resolveComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, createTextVNode, createStaticVNode, ref, toRef, computed, watch, withDirectives, Transition, createBlock, createCommentVNode, renderSlot, withModifiers, vShow } from "vue";
var ErrorPanel_vue_vue_type_style_index_0_scoped_true_lang = "";

@@ -378,3 +378,3 @@ var _export_sfc = (sfc, props) => {

class: "close-icon",
onClick: $setup.close,
onClick: withModifiers($setup.close, ["prevent"]),
"data-ref-id": "feather-pdfviewer-close"

@@ -401,3 +401,3 @@ }, {

}
var FeatherPdfViewer = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-06cc1642"]]);
var FeatherPdfViewer = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1bf0b2ed"]]);
export { FeatherPdfViewer };
{
"name": "@featherds/pdf-viewer",
"version": "0.9.5",
"version": "0.9.6",
"publishConfig": {

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

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

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

"types": "./src/index.d.ts",
"gitHead": "c08bafb1835981d7d4eef88bf29a9df7a443bdbc"
"gitHead": "04a74207e8bfa8d39acc470365e30dd6c90b2e8e"
}

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