larvituser
Advanced tools
Comparing version 0.0.4-beta to 0.0.5-beta
@@ -1,2 +0,1 @@ | ||
/*jslint node: true */ | ||
'use strict'; | ||
@@ -3,0 +2,0 @@ |
@@ -30,5 +30,5 @@ { | ||
}, | ||
"version": "0.0.4beta", | ||
"version": "0.0.5beta", | ||
"readmeFilename": "README.md", | ||
"license": "MIT" | ||
} | ||
} |
@@ -126,2 +126,9 @@ 'use strict'; | ||
it('should fail to log the created user in by username and password', function(done) { | ||
userLib.fromUserAndPass('lilleman', 'nisse', function(err, user) { | ||
assert(err); | ||
assert.deepEqual(user, undefined); | ||
done(); | ||
}); | ||
}); | ||
}); | ||
@@ -128,0 +135,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
29061
892