0.2.2 • Published 7 years ago

swearing-is-bad v0.2.2

Weekly downloads
113
License
MIT
Repository
github
Last release
7 years ago

swearing-is-bad

npm license github-issues

Swearing is bad! This will sanitize your string input not to include bad words.

stars forks

Usage

import clean from 'swearing-is-bad';

const out = clean(`a string to be sanitized`);

Install

npm install --save swearing-is-bad

Scripts

  • npm run build : bili --format cjs --format es --js babel --flow --browser
  • npm run watch : bili -w --format cjs --format es --js babel --flow --browser
  • npm run test : jest

Dependencies

PackageVersionDev
cuss^1.5.0
f-ck^1.0.2
ramda^0.24.1
babel-plugin-external-helpers^6.22.0
babel-plugin-preval^1.3.0
babel-plugin-ramda^1.2.0
babel-plugin-transform-class-properties^6.24.1
babel-plugin-transform-object-rest-spread^6.23.0
babel-preset-env^1.6.0
bili^0.17.2
jest^20.0.4
node-readme^0.1.9
rollup-plugin-babel^2.7.1

Contributing

Contributions welcome; Please submit all pull requests the against master branch. If your pull request contains JavaScript patches or features, you should include relevant unit tests. Please check the Contributing Guidelines for more details. Thanks!

Author

Cyrus Venn Casada

License

0.2.2

7 years ago

0.2.1

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago