New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

easy-crypto-front

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-crypto-front - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

test.js

2

index.js
import Cryptr from "cryptr";
const getCryptrConfigurations = (salt: string) => {
const getCryptrConfigurations = (salt) => {
return new Cryptr(salt, {

@@ -5,0 +5,0 @@ saltLength: 1,

{
"name": "easy-crypto-front",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"type": "module",
"repository": {

@@ -6,0 +7,0 @@ "type": "git",

@@ -1,5 +0,10 @@

# easy-crypto
# easy-crypto-front
Easy crypto to frontend projects
cryptr
```js
const cryptr = getCryptrConfigurations('salt');
const textEncrytp = cryptr.encrypt(email);
const textDecrytp = cryptr.decrypt(email);
```
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