no-profanity
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -22,2 +22,9 @@ declare module "no-profanity" { | ||
export function replaceProfanities(args: string | { testString: string; options?: object }): string; | ||
/** | ||
* Retrieves the list of profanities based on the provided options. | ||
* @param {object} options - The options object. | ||
* @returns {Array<string>} - An array of profanities. | ||
*/ | ||
export function getProfanities(options?: object): Array<string>; | ||
} |
{ | ||
"name": "no-profanity", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A JavaScript package to detect and filter profanity", | ||
@@ -5,0 +5,0 @@ "main": "./lib/no-profanity.js", |
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
36312
1358