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

v-viewer

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-viewer - npm Package Compare versions

Comparing version 3.0.13 to 3.0.15-b

dist/index.js

15

package.json
{
"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",

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