bad-words-next
Advanced tools
Comparing version 1.0.7 to 1.1.0
@@ -1,3 +0,3 @@ | ||
## bad-words-next - v1.0.6 | ||
## bad-words-next - v1.0.7 | ||
- [Home](../wiki/Home) |
@@ -33,3 +33,3 @@ # Class: BadWordsNext | ||
[index.ts:174](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L174) | ||
[index.ts:174](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L174) | ||
@@ -56,3 +56,3 @@ ## Methods | ||
[index.ts:196](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L196) | ||
[index.ts:196](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L196) | ||
@@ -79,3 +79,3 @@ ___ | ||
[index.ts:264](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L264) | ||
[index.ts:264](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L264) | ||
@@ -102,2 +102,2 @@ ___ | ||
[index.ts:279](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L279) | ||
[index.ts:279](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L279) |
@@ -23,3 +23,3 @@ # Interface: Data | ||
[index.ts:27](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L27) | ||
[index.ts:27](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L27) | ||
@@ -36,3 +36,3 @@ ___ | ||
[index.ts:39](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L39) | ||
[index.ts:39](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L39) | ||
@@ -49,2 +49,2 @@ ___ | ||
[index.ts:33](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L33) | ||
[index.ts:33](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L33) |
@@ -1,2 +0,2 @@ | ||
# bad-words-next - v1.0.6 | ||
# bad-words-next - v1.0.7 | ||
@@ -3,0 +3,0 @@ ## Table of contents |
@@ -30,3 +30,3 @@ # Interface: Options | ||
[index.ts:83](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L83) | ||
[index.ts:83](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L83) | ||
@@ -43,3 +43,3 @@ ___ | ||
[index.ts:57](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L57) | ||
[index.ts:57](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L57) | ||
@@ -52,3 +52,3 @@ ___ | ||
Max cache items to store | ||
Max items to store in cache | ||
@@ -61,3 +61,3 @@ **`Default Value`** | ||
[index.ts:90](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L90) | ||
[index.ts:90](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L90) | ||
@@ -78,3 +78,3 @@ ___ | ||
[index.ts:64](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L64) | ||
[index.ts:64](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L64) | ||
@@ -95,3 +95,3 @@ ___ | ||
[index.ts:77](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L77) | ||
[index.ts:77](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L77) | ||
@@ -112,2 +112,2 @@ ___ | ||
[index.ts:71](https://github.com/alexzel/bad-words-next/blob/f28f132/src/index.ts#L71) | ||
[index.ts:71](https://github.com/alexzel/bad-words-next/blob/de89371/src/index.ts#L71) |
@@ -72,3 +72,3 @@ /** | ||
/** | ||
* Max cache items to store | ||
* Max items to store in cache | ||
* @defaultValue 100 | ||
@@ -75,0 +75,0 @@ * @type {[type]} |
{ | ||
"name": "bad-words-next", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "Profanity filtering and detection", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -88,2 +88,3 @@ # bad-words-next | ||
confusables?: string[] // List of ids to apply transformations from `confusables` npm package - default ['en', 'es', 'de'] | ||
maxCacheSize?: number // Max items to store in cache - default value 100 | ||
} | ||
@@ -90,0 +91,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
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
46152
99