pbkdf2-wrapper
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -7,2 +7,6 @@ # Changelog | ||
## [1.1.3] - 2019-11-09 | ||
### Added | ||
- Added keywords for npm | ||
## [1.1.2] - 2019-11-09 | ||
@@ -9,0 +13,0 @@ ### Changed |
{ | ||
"name": "pbkdf2-wrapper", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A wrapper around the inbuilt pbkdf2 crypto function for password hashing", | ||
"keywords": [ | ||
"pbkdf2", "kdf", "salt", "hash", "password", | ||
"verify", "compare", "hex" | ||
], | ||
"main": "lib/index.js", | ||
@@ -6,0 +10,0 @@ "scripts": { |
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
7684