Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

antic

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antic - npm Package Compare versions

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",

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