Comparing version 3.0.13 to 3.0.15-b
{ | ||
"name": "v-viewer", | ||
"scope": "VueViewer", | ||
"version": "3.0.13", | ||
"version": "3.0.15b", | ||
"description": "Image viewer component for vue, supports rotation, scale, zoom and so on, based on viewer.js", | ||
@@ -28,2 +28,10 @@ "author": "mirari", | ||
"types": "./types/index.d.ts", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.js", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.umd.js" | ||
} | ||
}, | ||
"files": [ | ||
@@ -44,3 +52,3 @@ "dist", | ||
"publish": "npm run build && npm publish", | ||
"publish:next": "npm run build && npm publish --tag next" | ||
"publish:beta": "npm run build && npm publish --tag beta" | ||
}, | ||
@@ -52,2 +60,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"viewerjs": "^1.11.6", | ||
"lodash-es": "^4.17.21" | ||
@@ -65,3 +74,3 @@ }, | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.0.3", | ||
"lint-staged": "^15.2.10", | ||
"sass": "^1.55.0", | ||
@@ -68,0 +77,0 @@ "standard-version": "^9.5.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance 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
45962
Yes
4
2
4
+ Addedviewerjs@^1.11.6