swearing-is-bad

0.2.2 • Public • Published

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

Package Version Dev
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

Readme

Keywords

none

Package Sidebar

Install

npm i swearing-is-bad

Weekly Downloads

2

Version

0.2.2

License

MIT

Last publish

Collaborators

  • cvpcasada