password-generator
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "password-generator", | ||
"description": "Memorable password generator. For the command line, Node.js and browsers.", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"main": "lib/password-generator.js", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
{ | ||
"name": "password-generator", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Memorable password generator. For the command line, Node.js and the browser.", | ||
@@ -5,0 +5,0 @@ "author": "Bermi Ferrer <bermi@bermilabs.com>", |
@@ -15,3 +15,2 @@ (function (root) { | ||
describe("When using the password generator, it:", function () { | ||
this.timeout(40); | ||
@@ -18,0 +17,0 @@ it('should generate a 10 chararacter memorable password', function () { |
Sorry, the diff of this file is not supported yet
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
22565
370