better-profane-words 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # profane-words-classified
1
+ # better-profane-words
2
2
 
3
3
  A comprehensive list of 2700+ profane words with **category** and **intensity** classifications, ready for content moderation and filtering.
4
4
 
@@ -7,13 +7,13 @@ Built on top of [profane-words](https://github.com/zautumnz/profane-words).
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install profane-words-classified
10
+ npm install better-profane-words
11
11
  ```
12
12
 
13
13
  ## Usage
14
14
 
15
15
  ```js
16
- const profanity = require('profane-words-classified');
16
+ const profanity = require('better-profane-words');
17
17
  ```
18
18
 
19
19
  ### Check if a word is profane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-profane-words",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A comprehensive list of profane words with category and intensity classifications",
5
5
  "main": "index.js",
6
6
  "type": "module",