images-viewer-vue3
Advanced tools
Comparing version 1.0.5 to 1.0.6
const e = "images-viewer-vue3", s = "ImagesViewerVue3", i = "1.0.5", t = "A lightweight image viewer for Vue3", n = "module", o = "./dist/lib/index.cjs", r = "./dist/es/index.js", c = "./dist/es/index.d.ts", p = "./dist/es/style.css", d = { | ||
dev: "vite", | ||
build: "pnpm run clean && vue-tsc --noEmit && vite build", | ||
build: "pnpm run clean && vite build --config vite.build.config.ts", | ||
"build:umd": "pnpm run clean && vue-tsc --noEmit && vite build --config vite.bundle.config.ts", | ||
@@ -12,6 +12,6 @@ clean: "rimraf dist", | ||
access: "public" | ||
}, m = { | ||
}, a = { | ||
type: "git", | ||
url: "https://github.com/qiunanya/vue3-major-editor/tree/main/packages/image-viewer" | ||
}, a = { | ||
}, m = { | ||
".": { | ||
@@ -37,3 +37,3 @@ types: "./dist/es/index.d.ts", | ||
"browse-image" | ||
], v = "qiuny", y = "MIT", b = { | ||
], v = "qiuny", b = "MIT", y = { | ||
name: e, | ||
@@ -50,17 +50,17 @@ scope: s, | ||
publishConfig: u, | ||
repository: m, | ||
exports: a, | ||
repository: a, | ||
exports: m, | ||
files: l, | ||
keywords: g, | ||
author: v, | ||
license: y | ||
license: b | ||
}; | ||
export { | ||
v as author, | ||
b as default, | ||
y as default, | ||
t as description, | ||
a as exports, | ||
m as exports, | ||
l as files, | ||
g as keywords, | ||
y as license, | ||
b as license, | ||
o as main, | ||
@@ -70,3 +70,3 @@ r as module, | ||
u as publishConfig, | ||
m as repository, | ||
a as repository, | ||
s as scope, | ||
@@ -73,0 +73,0 @@ d as scripts, |
{ | ||
"name": "images-viewer-vue3", | ||
"scope": "ImagesViewerVue3", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A lightweight image viewer for Vue3", | ||
@@ -13,3 +13,3 @@ "type": "module", | ||
"dev": "vite", | ||
"build": "pnpm run clean && vue-tsc --noEmit && vite build", | ||
"build": "pnpm run clean && vite build --config vite.build.config.ts", | ||
"build:umd": "pnpm run clean && vue-tsc --noEmit && vite build --config vite.bundle.config.ts", | ||
@@ -16,0 +16,0 @@ "clean": "rimraf dist", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 3 instances in 1 package
259801
45
2216