You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

redux-form-validations

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-form-validations - npm Package Compare versions

Comparing version

to
0.0.11

2

build/validators/isEmail.js

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

/* eslint-disable no-useless-escape */
var EMAIL_REGEX = /^[-a-z0-9~!$%^&*_=+}{\'?]+(\.[-a-z0-9~!$%^&*_=+}{\'?]+)*@([a-z0-9_][-a-z0-9_]*(\.[-a-z0-9_]+)*\.(aero|arpa|biz|com|coop|edu|gov|info|int|mil|museum|name|net|org|pro|travel|mobi|[a-z][a-z])|([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}))(:[0-9]{1,5})?$/i;
var EMAIL_REGEX = /.+@.+\..+/;
/* eslint-disable */

@@ -22,0 +22,0 @@

### v NEXT
### v 0.0.11
Simplify email validation regex [James Lowenthal](https://github.com/JamesAnthonyLow) in [#16](https://github.com/policygenius/redux-form-validations/pull/16)
### v 0.0.10

@@ -4,0 +7,0 @@ Add TypeScript declarations by [Joshua Clark](https://github.com/j-clark) in [#15](https://github.com/policygenius/redux-form-validations/pull/15)

{
"name": "redux-form-validations",
"version": "0.0.10",
"version": "0.0.11",
"description": "Validation utilities for redux-form v6",

@@ -5,0 +5,0 @@ "author": "PolicyGenius",