Socket
Socket
Sign inDemoInstall

apostrophe-people

Package Overview
Dependencies
46
Maintainers
10
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.24 to 0.5.25

4

index.js

@@ -307,3 +307,4 @@ var async = require('async');

// from .email.resetRequestEmailSubject
return self.email(req, person, self.options.resetSubject || __('Your request to reset your password on %HOST%'), 'resetRequestEmail', { url: self._action + '/reset?reset=' + reset }, function(err) {
var url = self._action + '/reset?reset=' + reset;
return self.email(req, person, self.options.resetSubject || __('Your request to reset your password on %HOST%'), 'resetRequestEmail', { url: url }, function(err) {
if (err) {

@@ -326,2 +327,3 @@ return callback(err);

var template = 'reset';
var __ = res.__;
return async.series({

@@ -328,0 +330,0 @@ validate: function(callback) {

{
"name": "apostrophe-people",
"version": "0.5.24",
"version": "0.5.25",
"description": "Staff directories, user accounts and personal profiles for the Apostrophe content management system",

@@ -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

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc