@certifaction/vue-pdf-viewer
Advanced tools
Comparing version 1.1.3 to 1.2.0
/*! | ||
* @certifaction/vue-pdf-viewer 1.1.2 | ||
* @certifaction/vue-pdf-viewer 1.1.3 | ||
* | ||
@@ -4,0 +4,0 @@ * @link https://certifaction.com |
/*! | ||
* @certifaction/vue-pdf-viewer 1.1.2 | ||
* @certifaction/vue-pdf-viewer 1.1.3 | ||
* | ||
@@ -4,0 +4,0 @@ * @link https://certifaction.com |
{ | ||
"name": "@certifaction/vue-pdf-viewer", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "PDF-Viewer for Vue.js based on Mozillas PDF.js", | ||
@@ -31,5 +31,5 @@ "private": false, | ||
"dependencies": { | ||
"@certifaction/pdfjs": "^1.1.3", | ||
"@certifaction/pdfjs": "^1.2.0", | ||
"@mdi/js": "^5.9.55", | ||
"core-js": "^3.13.0" | ||
"core-js": "^3.14.0" | ||
}, | ||
@@ -41,4 +41,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.14.3", | ||
"@babel/preset-env": "^7.14.2", | ||
"@babel/core": "^7.14.6", | ||
"@babel/preset-env": "^7.14.5", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
@@ -49,17 +49,17 @@ "@rollup/plugin-commonjs": "^19.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.27.0", | ||
"eslint": "^7.28.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.23.3", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-vue": "^7.9.0", | ||
"eslint-plugin-vue": "^7.11.1", | ||
"glob": "^7.1.7", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.50.3", | ||
"rollup": "^2.51.2", | ||
"rollup-plugin-vue": "^5.1.9", | ||
"vue": "^2.6.12", | ||
"vue-template-compiler": "^2.6.12" | ||
"vue": "^2.6.14", | ||
"vue-template-compiler": "^2.6.14" | ||
}, | ||
"gitHead": "3e2f06aacd98513e5aa3fa2748f7913dacf9568e" | ||
"gitHead": "0d1f4e8c599cff7d9aabf642091b85836191a488" | ||
} |
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
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
71576
Updated@certifaction/pdfjs@^1.2.0
Updatedcore-js@^3.14.0