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

@expandorg/app-auth

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expandorg/app-auth - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

4

package.json
{
"name": "@expandorg/app-auth",
"version": "0.0.26",
"version": "0.0.27",
"description": "Auth app",

@@ -24,3 +24,3 @@ "main": "index.js",

},
"gitHead": "82f6802e4405e508219a27d2401ef13511f01f73"
"gitHead": "41e043958f9df1b5e01837592a41323a5c6113b5"
}

@@ -6,6 +6,6 @@ // @flow

email: [
[rules.isNotEmpty, 'Email can not be empty'],
[rules.isRequired, 'Email can not be empty'],
[rules.isEmail, 'Incorrect email format'],
],
password: [[rules.isNotEmpty, 'Password can not be empty']],
password: [[rules.isRequired, 'Password can not be empty']],
};

@@ -15,6 +15,6 @@

email: [
[rules.isNotEmpty, 'Email can not be empty'],
[rules.isRequired, 'Email can not be empty'],
[rules.isEmail, 'Incorrect email format'],
],
password: [[rules.isNotEmpty, 'Password can not be empty']],
password: [[rules.isRequired, 'Password can not be empty']],
};
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