@universal-packages/authentication
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"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>`. |
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
6
969
56
10
10
5
29
255254
732
+ Added@universal-packages/crypto-utils@1.2.0(transitive)
+ Added@universal-packages/directory-traversal@1.4.1(transitive)
+ Added@universal-packages/dynamic-api@1.13.3(transitive)
+ Added@universal-packages/event-emitter@1.2.1(transitive)
+ Added@universal-packages/fs-utils@1.2.0(transitive)
+ Added@universal-packages/module-loader@1.1.2(transitive)
+ Added@universal-packages/time-based-one-time-password@1.1.0(transitive)
+ Added@universal-packages/time-measurer@1.6.0(transitive)
+ Added@universal-packages/validations@1.3.0(transitive)
- Removed@universal-packages/crypto-utils@1.1.4(transitive)
- Removed@universal-packages/directory-traversal@1.3.6(transitive)
- Removed@universal-packages/dynamic-api@1.12.5(transitive)
- Removed@universal-packages/event-emitter@1.1.6(transitive)
- Removed@universal-packages/fs-utils@1.1.1(transitive)
- Removed@universal-packages/module-loader@1.0.12(transitive)
- Removed@universal-packages/time-based-one-time-password@1.0.4(transitive)
- Removed@universal-packages/time-measurer@1.5.0(transitive)
- Removed@universal-packages/validations@1.2.0(transitive)
Updated@universal-packages/time-based-one-time-password@^1.0.1