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

klark-js-plugins

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klark-js-plugins - npm Package Compare versions

Comparing version 1.0.28 to 1.0.29

2

package.json
{
"name": "klark-js-plugins",
"version": "1.0.28",
"version": "1.0.29",
"description": "Plugin modules for KlarkJS",

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

@@ -103,3 +103,3 @@ 'use strict';

if (!validationOpts[0].value) {
res.locals.errors.add('INVALID_PARAMS', ['invalid password']);
res.locals.errors.add('INVALID_PARAMS', ['invalid email address']);
return next(true);

@@ -110,3 +110,3 @@ }

if (!(_.isString(pass) && pass.length >= 6)) {
res.locals.errors.add('INVALID_PARAMS', ['invalid email address']);
res.locals.errors.add('INVALID_PARAMS', ['invalid password']);
return next(true);

@@ -113,0 +113,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