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

@universal-packages/authentication

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/authentication - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

9

package.json
{
"name": "@universal-packages/authentication",
"version": "1.3.0",
"version": "1.3.1",
"description": "Dynamic authentication api",

@@ -18,6 +18,5 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

"@universal-packages/crypto-utils": "^1.1.0",
"@universal-packages/dynamic-api": "^1.5.0",
"@universal-packages/time-based-one-time-password": "^1.0.0",
"@universal-packages/time-measurer": "^1.3.0",
"@universal-packages/validations": "^1.0.0",
"@universal-packages/dynamic-api": "^1.5.1",
"@universal-packages/time-based-one-time-password": "^1.0.1",
"@universal-packages/validations": "^1.0.1",
"ms": "^2.1.3",

@@ -24,0 +23,0 @@ "validator": "^13.7.0"

@@ -208,3 +208,4 @@ # Authentication

### Encrypt decorator
## Decorators
#### **`Encrypt([propertyToEncrypt: string])`**

@@ -211,0 +212,0 @@ Use this decorator to automatically encrypt attributes in a class. For example for the `password` attribute, when decorated, every time is set, the `encryptedPassword` attribute is going to set with a hashed and salted string based on the password. It sets depending on the base attribute name `encrypted<Attribute>`.

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