Comparing version 1.2.0 to 1.3.0
17
index.js
#!/usr/bin/env node | ||
var random = require("lodash.random"); | ||
var random = require('lodash.random'); | ||
var jokes = [ | ||
"Atom walks into a bar. The bartender tells him to split. Everyone dies." | ||
,"A mouse and an elephant are walking across a bridge. The mouse turns to the elephant and says, \"We make a lot of noise.\"" | ||
,"A red ball says to a blue ball, \"tomorrow, I'm gonna be yellow.\" the blue ball just sits in silence because it's an inanimate object with no mouth." | ||
,"git commit -m 'once more with feeling'" | ||
'Atom walks into a bar. The bartender tells him to split. Everyone dies.' | ||
,'A mouse and an elephant are walking across a bridge. The mouse turns to the elephant and says, "We make a lot of noise."' | ||
,'A red ball says to a blue ball, "I can bounce higher than you!" The blue ball just sits in silence because it\'s an inanimate object with no mouth.' | ||
,'git commit -m "once more with feeling"' | ||
,'We\'ve started calling the bathroom "the gym". Now we can wake up every morning and say we went to the gym. Man, I spent a long time at the gym this morning.' | ||
,'I wish I could love unicorns, but love isn\'t real.' | ||
,'Got arrested at the airport. Apparently, security doesn\'t appreciate it when you call "shotgun" before boarding a plane.' | ||
,'Hammer walks into a bar. Bartender asks him how work went today. "Nailed it!"' | ||
]; | ||
console.log("\n"+jokes[random(0, jokes.length-1)]); | ||
console.log('\n'+jokes[random(0, jokes.length-1)]); |
{ | ||
"name": "antic", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "antics", | ||
@@ -5,0 +5,0 @@ "preferGlobal": "true", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
3177
12
0