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

express-user

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-user - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7

2

package.json
{
"name": "express-user",
"version": "0.0.1-alpha.6",
"version": "0.0.1-alpha.7",
"description": "Ressource Oriented Express Middleware to Manage Users.",

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

@@ -32,3 +32,3 @@ Express-User

- DELETE /Session/Self/User -> Logout
- GET /Users/Count/:Field/:ID -> Count the number of users with the given field
- GET /Users/:Field/:ID/Count -> Fetching the count of users with the given value for the given field

@@ -82,2 +82,4 @@ 2) Admin URLs:

Also, you validator should ensure that for the route /Users/:Field/:ID/Count/, only publicly available information should be selectable for regular users (see express-user-local code for an implementation of this).
Session Synchronization

@@ -214,1 +216,7 @@ =======================

- Fixed a bug that would cause the HidePassword option to be ignored when fetching user info.
0.0.1-alpha.7
-------------
- Fixed doc error
- Added '/Users/:Field/:ID/Count/' consideration for validator security section of the doc.

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