Socket
Socket
Sign inDemoInstall

pdfvuer

Package Overview
Dependencies
88
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.5.0

.eslintrc.json

23

package.json
{
"name": "pdfvuer",
"description": "A PDF viewer for Vue using Mozilla's PDF.js",
"version": "1.4.0",
"version": "1.5.0",
"author": "Gaurav Koley <arkokoley@live.in>",

@@ -17,7 +17,8 @@ "license": "MIT",

"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"build-bundle": "vue-cli-service build --target lib --name pdfvuer ./src/App.vue"
"build-bundle": "vue-cli-service build --target lib --name pdfvuer ./src/App.vue",
"lint": "eslint 'src/*.{js,vue}'"
},
"dependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"pdfjs-dist": "^2.0.489",
"core-js": "3",
"pdfjs-dist": "^2.3.200",
"raw-loader": "^0.5.1",

@@ -32,6 +33,10 @@ "vue-resize-sensor": "^2.0.0"

"devDependencies": {
"babel-core": "^6.26.0",
"@babel/preset-env": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-runtime": "^7.8.3",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"babel-eslint": "^10.0.1",
"eslint": "^6.8.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^6.1.2",
"cross-env": "^5.0.5",

@@ -41,6 +46,6 @@ "css-loader": "^0.28.7",

"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6",
"webpack-dev-server": "^2.9.1"
}
}

@@ -32,7 +32,2 @@ var path = require('path')

exclude: /node_modules/,
options: {
plugins: [
"@babel/plugin-syntax-dynamic-import"
]
}
},

@@ -39,0 +34,0 @@ {

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc