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

hubot-domain-me

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hubot-domain-me

Quintessential package for generating dumb domain names, based off dumb.domains

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

hubot-domain-me

npm version Build Status

Quintessential package for generating dumb domain names, based off dumb.domains

See src/domain-me.coffee for full documentation.

Installation

In your hubot project repo, run:

npm install hubot-domain-me --save

Then add hubot-domain-me to your external-scripts.json:

[
  "hubot-domain-me"
]

Configuration

HUBOT_DOMAIN_ME_SFW - An optional flag if you want all output to only use the clean word dictionary. Set to TRUE to enable.

Sample Interaction

image

Changelog

v1.1.0

  • Splits the dictionary into clean and nsfw, defaults to nsfw.
  • Dictionary is configurable via HUBOT_DOMAIN_ME_SFW environment variable.
  • The code is considerably cleaner.

v1.0.4

v1.0.3

  • Updated the suggestions list.
  • I really was just adjusting keywords in package.json and needed an excuse to push.

v1.0.2

  • Added 195 gTLDs to the list, I wish I was making some of these up.
  • Broke out the dictionary arrays into separate files. I need to add more words to the suggestion list.

v1.0.1

  • Changed the way the domain string is built.
  • Had internal conflicts about adding the protocol to the domain, too risky with unfurling.

v1.0.0

  • Inital release
  • Generates dumb domains from a dictionary of suggested names and gTLDs.
  • Totally didn't rip contents from dumb.domains.

Keywords

FAQs

Package last updated on 23 Jun 2015

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

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