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

dieharderer

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

dieharderer

A module that creates terrible sequel names from strings.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

dieharderer

A NodeJS module that creates terrible sequel names from strings.

Installation

  • Install this module: npm install dieharderer
  • Require this module and assign it to a variable name you'll remember: var find_sequel = require('dieharderer');
  • Call this module on various strings to see what it does: find_sequel("This is going to suck hard.")

Possible String Matches

This module uses Regex to find possible "movie titles" to sequelize. There are four possible matches that will trigger it:

  • The word "hard" following another word, which always returns "[Word] Hard 2: [Word] Harder".
  • Two capitalized words in sequence.
  • One capitalized word other than the start of the sentence.
  • A word followed by the word "two", "too", or "2".

Those latter three options will randomly return a movie title either patterned after "Die Hard 2: Die Harder" or "Breakin' 2: Electric Boogaloo".

It's a pretty stupid, silly module.

Keywords

die

FAQs

Package last updated on 15 Apr 2014

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