New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

do-not-hate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

do-not-hate

This changes hate words to love words

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Do not hate

This module changes hate words into love words

How to use this module?

In your app install this module by npm install do-not-hate --save

Then, require this file using var noHate = require('do-not-hate');

Then, the string that contains hate words, lets say hateString can be converted to a good string using var loveString = noHate.lovify(hateString);

Example

var noHate = require('do-not-hate');
var hateString = "I hate her because she has always hated me.";

var loveString = noHate.lovify(hateString);

console.log(loveString);
//this will log "I love her because she has always loved me.""

Keywords

love

FAQs

Package last updated on 27 Feb 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts