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

crude-ownuser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crude-ownuser - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

lib/crude-ownuser.js

@@ -54,2 +54,3 @@ /*

var error = new appErr.Authentication('Not Authenticated');
res.status(401);
next(error);

@@ -56,0 +57,0 @@ } else {

2

package.json
{
"name": "crude-ownuser",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/crude-ownuser",

@@ -5,0 +5,0 @@ "description": "A plugin for Crude enforcing own user policy on all routes.",

@@ -42,5 +42,7 @@ # Crude Ownuser

- **v0.0.2**, *17/Sep/2014*
- **v0.0.3**, *18 Nov 2014*
- Ensure if not authed that a 401 HTTP code is used.
- **v0.0.2**, *17 Sep 2014*
- Adjust main module to latest query middleware Crude feature.
- **v0.0.1**, *16/Sep/2014*
- **v0.0.1**, *16 Sep 2014*
- Big Bang

@@ -47,0 +49,0 @@

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