email-misspelled
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -1,2 +0,2 @@ | ||
import { ResultInterface } from "Result.interface"; | ||
import { ResultInterface } from "interfaces/Result.interface"; | ||
interface EmailMisspelledInterface { | ||
@@ -6,8 +6,8 @@ (email: string): ResultInterface[] | undefined; | ||
interface EmailMisspelledConfigInterface { | ||
(config: { | ||
(config?: { | ||
/** Max length different between strings; Default: 2 */ | ||
lengthDiffMax?: number; | ||
/** Max misspelled error autorise; Default: 2 */ | ||
/** Max misspelled allowed; Default: 2 */ | ||
maxMisspelled?: number; | ||
/** List of email domain to check */ | ||
/** List of email domain to compare */ | ||
domainList?: string[]; | ||
@@ -14,0 +14,0 @@ }): EmailMisspelledInterface; |
@@ -7,2 +7,3 @@ { | ||
"dev": "webpack-dev-server --mode development --config webpack.dev.ts", | ||
"test": "yarn test:watch", | ||
"test:ci": "yarn jest --config=./tests/jest.config.js", | ||
@@ -73,3 +74,3 @@ "test:watch": "yarn jest --config=./tests/jest.config.js --verbose --watchAll", | ||
"dependencies": {}, | ||
"version": "2.1.4" | ||
"version": "2.1.5" | ||
} |
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
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
13856
5
16