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.10 to 0.0.1-alpha.11

18

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

@@ -30,19 +30,5 @@ "keywords": [

},
"devDependencies": {
"nimble": "0.0.2",
"nodeunit": "~0.9.0",
"express-session": "~1.10.1",
"express-session-mongodb": "~1.3.2",
"user-store": "~1.2.0",
"body-parser": "~1.10.2",
"mongodb": "~1.4.30",
"express-user-local": "0.0.1-alpha.5",
"express-brute": "~0.5.2",
"express-brute-mongo": "~0.1.0",
"csurf": "~1.7.0",
"ejs": "~2.2.4"
},
"devDependencies": {},
"license": "MIT",
"directories": {
"example": "example",
"test": "test"

@@ -49,0 +35,0 @@ },

12

README.md

@@ -15,3 +15,3 @@ Express-User

- While I do not foresee that many architectural changes for this, I do not rule them out entirely as I integrate the following features in my web applications: email verification, csrf tokens, etc.
- While I do not foresee that many architectural changes for this, I do not rule them out entirely as I integrate the following features in my web applications: email verification.

@@ -154,3 +154,3 @@ Known Bug(s)

The dev-dependencies contains a complete stack for an out-of-the-box solution, minus the method handling of html forms.
The dev-dependencies in the express-user-local project contain a complete stack for an out-of-the-box solution, minus the method handling of html forms.

@@ -160,3 +160,3 @@ Example

While keeping in mind that details will probably change in the future, you can play with what is currently there, by running the Example.js server (you'll need the dev dependencies to run it) and going to the following adress in your browser: http://127.0.0.1:8080/
See express-user-local project for a working example using local authentication.

@@ -242,1 +242,7 @@ Future

- Modified example (client and server) to include csrf mitigation.
0.0.1-alpha.11
--------------
- Moved example to express-user-local project
- Removed dev dependencies tied to the example

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