vue-cryptojs
Advanced tools
Comparing version 2.1.3 to 2.1.4
{ | ||
"name": "vue-cryptojs", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "A small wrapper for integrating crypto-js into VueJS", | ||
@@ -11,4 +11,7 @@ "main": "dist/vue-cryptojs.min.js", | ||
"keywords": [ | ||
"crypto", | ||
"crypto-js", | ||
"encrypt", | ||
"vue", | ||
"crypto-js", | ||
"vuejs", | ||
"wrapper" | ||
@@ -26,4 +29,4 @@ ], | ||
"devDependencies": { | ||
"@babel/core": "^7.3.4", | ||
"@babel/preset-env": "^7.3.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"gulp": "^4.0.0", | ||
@@ -33,7 +36,7 @@ "gulp-babel": "^8.0.0", | ||
"gulp-uglify": "^3.0.2", | ||
"vue": "^2.6.8" | ||
"vue": "^2.6.11" | ||
}, | ||
"dependencies": { | ||
"crypto-js": "^3.1" | ||
"crypto-js": "^3.3.0" | ||
} | ||
} |
4724
Updatedcrypto-js@^3.3.0