Socket
Socket
Sign inDemoInstall

apostrophe-people

Package Overview
Dependencies
46
Maintainers
15
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.57 to 0.5.58

8

index.js

@@ -381,3 +381,3 @@ /* jshint node:true */

email: { $ne: '' },
$or: [ { username: login }, { email: login } ]
$or: [ { username: login }, { email: self._apos.emailMatch(login) } ]
}, function(err, page) {

@@ -601,3 +601,3 @@ if (err) {

// try again, don't lock out their email address forever
return self.getOne(req, { email: user.email, applyConfirm: { $exists: true }, login: { $ne: true } }, { permissions: false }, function(err, existing) {
return self.getOne(req, { email: self._apos.emailMatch(user.email), applyConfirm: { $exists: true }, login: { $ne: true } }, { permissions: false }, function(err, existing) {
if (err) {

@@ -942,3 +942,3 @@ return callback(err);

type: self._instance,
email: snippet.email,
email: self._apos.emailMatch(snippet.email),
trash: {$ne: true},

@@ -1002,3 +1002,3 @@ _id: { $ne: snippet._id }

type: self._instance,
email: snippet.email,
email: self._apos.emailMatch(snippet.email),
trash: {$ne: true},

@@ -1005,0 +1005,0 @@ _id: { $ne: snippet._id }

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

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

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