Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-cryptojs

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cryptojs - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc