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

email-misspelled

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

email-misspelled - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

8

lib/index.d.ts

@@ -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"
}
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