authentication
Advanced tools
Comparing version 0.0.0 to 0.0.1
17
index.js
@@ -1,3 +0,14 @@ | ||
exports.Hello = function ( name ) { | ||
console.log( "Hello " + name ); | ||
} | ||
/** | ||
* Module dependencies. | ||
*/ | ||
var Passport = require('./lib/authenticator'); | ||
/** | ||
* Export default singleton. | ||
* | ||
* @api public | ||
*/ | ||
exports = module.exports = new Passport(); | ||
exports.Strategy = require('./lib/strategy'); |
{ | ||
"name": "authentication", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "just like passport", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node ./test/index.js" | ||
}, | ||
@@ -17,3 +17,5 @@ "repository": { | ||
], | ||
"author": "lijinchao2007", | ||
"author": { | ||
"name": "lijinchao2007" | ||
}, | ||
"license": "BSD-2-Clause", | ||
@@ -23,3 +25,7 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/npmpool/authentication" | ||
"homepage": "https://github.com/npmpool/authentication", | ||
"readme": "ERROR: No README data found!", | ||
"_id": "authentication@0.0.0", | ||
"_shasum": "450c184422de211ee7879fcea2b19bf461b0b534", | ||
"_from": "authentication@*" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
20702
10
608
1
1
5
3