apache-crypt
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "apache-crypt", | ||
"description": "Node.js module for Apache style password encryption using crypt(3).", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"author": "Gevorg Harutyunyan (http://github.com/gevorg)", | ||
@@ -6,0 +6,0 @@ "maintainers": [ |
@@ -22,6 +22,6 @@ # apache-crypt | ||
```javascript | ||
var crypt = require("apache-crypt"); | ||
const crypt = require("apache-crypt"); | ||
// Encrypting password using auto-generated 2 char salt. | ||
var encryptedPassword = crypt("mypass"); | ||
const encryptedPassword = crypt("mypass"); | ||
@@ -28,0 +28,0 @@ // Should print true. |
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
5189
4
13