New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

naughty-words

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naughty-words - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

bower.json
{
"name": "naughty-words",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words",

@@ -24,3 +24,3 @@ "description": "A bower package to use the List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words",

],
"license": "Apache-2.0",
"license": "CC-BY-4.0",
"ignore": [

@@ -27,0 +27,0 @@ "**/.*",

{
"name": "naughty-words",
"version": "1.0.0",
"version": "1.0.1",
"description": "An npm package to use the List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words",

@@ -14,3 +14,3 @@ "main": "index.js",

},
"license": "Apache-2.0",
"license": "CC-BY-4.0",
"bugs": {

@@ -17,0 +17,0 @@ "url": "https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/issues"

@@ -1,5 +0,43 @@

# naughty-words-js
# Our List of Dirty, Naughty, Obscene, and Otherwise Bad Words #
A Javascript package to use the List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words
With millions of images in our library and billions of user-submitted keywords, we work hard at Shutterstock to make sure that bad words don't show up in places they shouldn't. This repo contains a list of words that we use to filter results from our autocomplete server and recommendation engine.
Please add to it as you see fit (particularly in non-English languages) or use it to spice up your next game of Scrabble :)
Obvious warning: These lists contain material that many will find offensive. (But that's the point!)
Miscellaneous caveat: Clearly, what goes in these lists is subjective. In our case, the question we use is, "What wouldn't we want to *suggest* that people look at?" This of course varies between culture, language, and geographies, so in the end we just have to make our best guess.
## Languages
| Name | Code |
| ------------------------------------------------------------------------------------------------------------- | ---- |
| [Arabic](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/ar) | ar |
| [Chinese](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/zh) | zh |
| [Czech](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/cs) | cs |
| [Danish](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/da) | da |
| [Dutch](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/nl) | nl |
| [English](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/en) | en |
| [Esperanto](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/eo) | eo |
| [Finnish](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/fi) | fi |
| [French](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/fr) | fr |
| [German](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/de) | de |
| [Hindi](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/hi) | hi |
| [Hungarian](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/hu) | hu |
| [Italian](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/it) | it |
| [Japanese](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/ja) | ja |
| [Klingon](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/tlh) | tlh |
| [Korean](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/ko) | ko |
| [Norwegian](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/no) | no |
| [Persian](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/fa) | fa |
| [Polish](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/pl) | pl |
| [Portuguese](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/pt) | pt |
| [Russian](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/ru) | ru |
| [Spanish](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/es) | es |
| [Swedish](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/sv) | sv |
| [Thai](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/th) | th |
| [Turkish](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/tr) | tr |
# Install

@@ -52,1 +90,11 @@

```
See also the [list of projects, documents, and organizations](https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/USERS.md) that use these lists.
© 2012–2016 Shutterstock, Inc.
[![Creative Commons License](http://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc