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

express-forgot-password

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-forgot-password - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

views/.customer-forgot.html.un~

2

app.js

@@ -13,3 +13,3 @@ var express = require('express')

app.post('/auth/forgot', function(req, res, next){
Customer.findByEmail(req.body.email, function(err, cus){
Customer.findByEmail(req.body["forgot-email"], function(err, cus){
if (err || cus.length == 0){

@@ -16,0 +16,0 @@ return res.redirect("/auth/forgot?fail=1")

{
"name": "express-forgot-password",
"version": "0.4.0",
"version": "0.4.1",
"description": "Express Forgotton Password sub-app",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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