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

A small wrapper for integrating crypto-js into VueJS

  • 2.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3K
decreased by-8.06%
Maintainers
1
Weekly downloads
 
Created
Source

vue-cryptojs

A small wrapper for integrating crypto-js into VueJS

How to install:

npm install vue-cryptojs

And in your entry file:

import Vue from 'vue'
import VueCryptojs from 'vue-cryptojs'

Vue.use(VueCryptojs)

Usage:

This wrapper bind CryptoJS to Vue or this if you're using single file component.

You can use crypto-js like this:

Vue.CryptoJS.HmacSHA1('Message')

this.CryptoJS.HmacSHA1('Message')

this.$CryptoJS.HmacSHA1('Message')

Please kindly check full documention of crypto-js

Keywords

FAQs

Package last updated on 15 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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