vue-cryptojs
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "vue-cryptojs", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A small wrapper for integrating crypto-js into VueJS", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-cryptojs.min.js", |
@@ -21,10 +21,9 @@ # vue-cryptojs | ||
```js | ||
Vue.CryptoJS.HmacSHA1("Message", "Key") | ||
Vue.CryptoJS.HmacSHA1('Message') | ||
this.CryptoJS.HmacSHA1("Message", "Key") | ||
this.CryptoJS.HmacSHA1('Message') | ||
this.$CryptoJS.HmacSHA1("Message", "Key") | ||
this.$CryptoJS.HmacSHA1('Message') | ||
``` | ||
### Script: | ||
Just add 3 scripts in order: `vue`, `crypto-js` and `vue-cryptojs` to your `document`. | ||
Please kindly check full documention of [crypto-js](https://github.com/brix/crypto-js) |
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
4319
28