hubot-domain-me
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "hubot-domain-me", | ||
"description": "Quintessential package for generating dumb domain names, based off dumb.domains", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Michael Springer <mike@sprngr.me>", | ||
@@ -11,3 +11,4 @@ "license": "MIT", | ||
"hubot-scripts", | ||
"domains" | ||
"domains", | ||
"funny" | ||
], | ||
@@ -25,3 +26,2 @@ | ||
"dependencies": { | ||
"coffee-script": "~1.6" | ||
}, | ||
@@ -28,0 +28,0 @@ |
@@ -28,2 +28,6 @@ # hubot-domain-me | ||
### 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 | ||
@@ -34,8 +38,8 @@ * Added 195 gTLDs to the list, I wish I was making some of these up. | ||
### 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 | ||
* 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 | ||
* Generates dumb domains from a dictionary of suggested names and gTLDs. | ||
* Totally didn't rip contents from dumb.domains. |
{ | ||
"suggestions":[ | ||
"arse", | ||
"ass", | ||
"balls", | ||
"bollocks", | ||
"boob", | ||
"boobies", | ||
"bum", | ||
"butt", | ||
"crap", | ||
"crooked", | ||
"doodle", | ||
"drug", | ||
"drugs", | ||
"fart", | ||
"fap", | ||
"figuratively", | ||
"freaky", | ||
"frisky", | ||
"lady", | ||
"literally", | ||
"man", | ||
"lady", | ||
"bum", | ||
"sploosh", | ||
"many", | ||
"pants", | ||
"party", | ||
"penis", | ||
"boob", | ||
"boobies", | ||
"pirate", | ||
"sexy", | ||
"frisky", | ||
"balls", | ||
"crap", | ||
"pants", | ||
"literally", | ||
"shart", | ||
"shat", | ||
"shit", | ||
"shitty", | ||
"slippery", | ||
"sploosh", | ||
"squishy", | ||
"such", | ||
"doodle", | ||
"tit", | ||
"titty", | ||
"very", | ||
"wank", | ||
"shitty", | ||
"wow", | ||
"very", | ||
"crooked", | ||
"party", | ||
"drug", | ||
"pirate", | ||
"slippery" | ||
"woman", | ||
"wow" | ||
] | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
64459
0
331
44
0
- Removedcoffee-script@~1.6
- Removedcoffee-script@1.6.3(transitive)