Comparing version 1.0.0 to 1.0.1
@@ -36,16 +36,7 @@ /* eslint-env node */ | ||
}, | ||
sl_ie_7: { | ||
base: 'SauceLabs', | ||
browserName: 'internet explorer', | ||
version: '7' | ||
}, | ||
sl_ie_8: { | ||
base: 'SauceLabs', | ||
browserName: 'internet explorer', | ||
version: '8' | ||
}, | ||
sl_ie_9: { | ||
base: 'SauceLabs', | ||
browserName: 'internet explorer', | ||
version: '9' | ||
browserVersion: '9.0', | ||
platformName: 'Windows 7' | ||
}, | ||
@@ -55,3 +46,4 @@ sl_ie_10: { | ||
browserName: 'internet explorer', | ||
version: '10' | ||
browserVersion: '10.0', | ||
platformName: 'Windows 8.1' | ||
}, | ||
@@ -61,7 +53,10 @@ sl_ie_11: { | ||
browserName: 'internet explorer', | ||
version: '11' | ||
browserVersion: '11.0', | ||
platformName: 'Windows 8.1' | ||
}, | ||
sl_edge_latest: { | ||
base: 'SauceLabs', | ||
browserName: 'microsoftedge' | ||
browserName: 'internet explorer', | ||
browserVersion: 'latest-1', | ||
platformName: 'Windows 10' | ||
} | ||
@@ -68,0 +63,0 @@ }; |
'use strict'; | ||
// Email address matcher. | ||
var matcher = /.+\@.+\..+/; | ||
var matcher = /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/; | ||
@@ -6,0 +6,0 @@ /** |
{ | ||
"name": "is-email", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Loosely validate an email address.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10502
1
151