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

darklord

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

darklord - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "darklord",
"version": "1.6.0",
"version": "1.6.1",
"author": "Gregory Pratt <gregory.pratt@me.com> (http://grumpywizards.com)",

@@ -5,0 +5,0 @@ "description": "Stateless JWT based authentication",

@@ -29,3 +29,8 @@ var Cookies = require('cookies');

if (opts.passwordValidator && !opts.passwordValidator.test(req.body.password)) {
res.status(400).end();
res.status(400).send({
error: {
name: 'InvalidPasswordError',
message: 'The password does not meet the configured validation'
}
});
} else {

@@ -32,0 +37,0 @@ User.register({

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