Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

authentication

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authentication - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

.npmignore

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');

14

package.json
{
"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@*"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc