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

passport-anonymous

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-anonymous - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

lib/strategy.js

@@ -43,5 +43,5 @@ /**

*/
Strategy.prototype.authenticate = function(req) {
Strategy.prototype.authenticate = function() {
this.pass();
}
};

@@ -51,3 +51,3 @@

* Expose `Strategy`.
*/
*/
module.exports = Strategy;
{
"name": "passport-anonymous",
"version": "1.0.0",
"version": "1.0.1",
"description": "Anonymous authentication strategy for Passport.",

@@ -5,0 +5,0 @@ "keywords": [

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