email-misspelled
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -13,5 +13,6 @@ { | ||
"clear": "rimraf ./lib && rimraf ./domains", | ||
"build:all": "yarn clear && yarn build:webpack && yarn build:transpile && yarn build:domains & yarn build:types", | ||
"build:transpile": "babel src/index.ts --out-dir lib --extensions .ts,.tsx,.js,.jsx", | ||
"build:domains": "babel src/domains --out-dir lib/domains --extensions .ts,.tsx,.js,.jsx", | ||
"build:all": "yarn clear && yarn build:webpack && yarn build:transpile && yarn build:domains && yarn build:types && yarn build:domains:copy", | ||
"build:transpile": "babel src/index.ts --out-dir lib --extensions .ts", | ||
"build:domains": "babel src/domains --out-dir lib/domains --extensions .ts", | ||
"build:domains:copy": "cpy lib/domains domains", | ||
"build:webpack": "webpack --config webpack.config.ts", | ||
@@ -27,3 +28,4 @@ "build:types": "tsc", | ||
"/lib/emailMisspelled.node.js", | ||
"/lib/domains" | ||
"/lib/domains", | ||
"/domains" | ||
], | ||
@@ -69,2 +71,3 @@ "repository": { | ||
"codecov": "^3.7.1", | ||
"cpy-cli": "^3.1.1", | ||
"css-loader": "^3.2.0", | ||
@@ -82,3 +85,3 @@ "html-webpack-plugin": "^4.3.0", | ||
}, | ||
"version": "3.0.0" | ||
"version": "3.0.1" | ||
} |
@@ -28,5 +28,5 @@ <h2 align="center">email-misspelled</h2> | ||
3. [Options](#options) | ||
- [**`domains`**](#domains) | ||
- [**`maxMisspelled`**](#maxMisspelled) | ||
- [**`lengthDiffMax`**](#lengthDiffMax) | ||
- [**domains**](#domains) | ||
- [**maxMisspelled**](#maxMisspelled) | ||
- [**lengthDiffMax**](#lengthDiffMax) | ||
@@ -65,2 +65,4 @@ <a id="install"></a> | ||
<br /> | ||
**Returned object model** | ||
@@ -80,2 +82,3 @@ | ||
``` | ||
<br /> | ||
@@ -106,2 +109,4 @@ <a id="options"></a> | ||
<br /> | ||
List of domains avaibles : | ||
@@ -108,0 +113,0 @@ |
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
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
44158
48
454
338
25
1