Skip to content

Commit 1fa0752

Browse files
committed
Add npm package for profanity-hindi to filter out bad words
1 parent d7e3a82 commit 1fa0752

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

omniport/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"immutable": "^3.8.1",
3333
"moment": "^2.24.0",
3434
"object-assign": "^4.1.1",
35+
"profanity-hindi": "^1.1.0",
3536
"pure-react-carousel": "^1.27.6",
3637
"rc-calendar": "^9.10.8",
3738
"react": "^16.8.1",

omniport/yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -4782,6 +4782,11 @@ lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.3, lodash@^4.17.4
47824782
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
47834783
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
47844784

4785+
lodash@^4.17.2:
4786+
version "4.17.20"
4787+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4788+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
4789+
47854790
loglevel@^1.4.1:
47864791
version "1.6.1"
47874792
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.1.tgz#e0fc95133b6ef276cdc8887cdaf24aa6f156f8fa"
@@ -5963,6 +5968,13 @@ process@^0.11.10:
59635968
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
59645969
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
59655970

5971+
profanity-hindi@^1.1.0:
5972+
version "1.1.0"
5973+
resolved "https://registry.yarnpkg.com/profanity-hindi/-/profanity-hindi-1.1.0.tgz#2bcd6da55ae016c23024ffedcf34278cf30d0fbd"
5974+
integrity sha1-K81tpVrgFsIwJP/tzzQnjPMND70=
5975+
dependencies:
5976+
lodash "^4.17.2"
5977+
59665978
progress@^2.0.0:
59675979
version "2.0.3"
59685980
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"

0 commit comments

Comments
 (0)