@certifaction/vue-pdf-viewer
Advanced tools
Comparing version 1.1.1 to 1.1.2
/*! | ||
* @certifaction/vue-pdf-viewer 1.1.0 | ||
* @certifaction/vue-pdf-viewer 1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * @link https://certifaction.com |
/*! | ||
* @certifaction/vue-pdf-viewer 1.1.0 | ||
* @certifaction/vue-pdf-viewer 1.1.1 | ||
* | ||
@@ -4,0 +4,0 @@ * @link https://certifaction.com |
{ | ||
"name": "@certifaction/vue-pdf-viewer", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "PDF-Viewer for Vue.js based on Mozillas PDF.js", | ||
@@ -31,5 +31,5 @@ "private": false, | ||
"dependencies": { | ||
"@certifaction/pdfjs": "^1.1.1", | ||
"@certifaction/pdfjs": "^1.1.2", | ||
"@mdi/js": "^5.9.55", | ||
"core-js": "^3.10.1" | ||
"core-js": "^3.13.0" | ||
}, | ||
@@ -41,19 +41,19 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.13.15", | ||
"@babel/preset-env": "^7.13.15", | ||
"@babel/core": "^7.14.3", | ||
"@babel/preset-env": "^7.14.2", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"autoprefixer": "^10.2.5", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"autoprefixer": "^10.2.6", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.24.0", | ||
"eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint": "^7.27.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.23.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-vue": "^7.9.0", | ||
"glob": "^7.1.6", | ||
"glob": "^7.1.7", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.45.2", | ||
"rollup": "^2.50.1", | ||
"rollup-plugin-vue": "^5.1.9", | ||
@@ -63,3 +63,3 @@ "vue": "^2.6.12", | ||
}, | ||
"gitHead": "6bbf127d5ec640c1979fb61022edb719026d9714" | ||
"gitHead": "35eae0b62ec15fca268451ad5c3a7d124b4587b3" | ||
} |
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
71575
Updated@certifaction/pdfjs@^1.1.2
Updatedcore-js@^3.13.0