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.1.1 to 1.2.0

6

index.js
#!/usr/bin/env node
var random = require('lodash.random');
var random = require("lodash.random");

@@ -9,4 +9,6 @@ var jokes = [

,"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'"
];
console.log(jokes[random(0, jokes.length-1)]);
console.log("\n"+jokes[random(0, jokes.length-1)]);
{
"name": "antic",
"version": "1.1.1",
"version": "1.2.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