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.4.0 to 1.5.0

15

index.js

@@ -15,4 +15,17 @@ #!/usr/bin/env node

,'git commit -m "fix typeo"'
,'You know what you get when you cross a rabbit with a rottweiler?\n ⇒ A rottweiler.\n'
,'You know why baby ducks walk so softly?\n ⇒ Because they can\'t walk, hardly.\n'
,'I farted on the elevator. It was wrong on so many levels.\n'
];
console.log('\n'+jokes[random(0, jokes.length-1)]);
var lulz = [
'\\[^_^]/'
,'\\[o_o]/'
,'\\[o_9]/'
,'\\[-_-]/'
,'\\[._.]/'
,'¯\\_(ツ)_/¯'
,'ಠ_ಠ'
];
console.log('\n'+jokes[random(0, jokes.length-1)],'\n',lulz[random(0, lulz.length-1)]);

2

package.json
{
"name": "antic",
"version": "1.4.0",
"version": "1.5.0",
"description": "antics",

@@ -5,0 +5,0 @@ "preferGlobal": "true",

@@ -12,2 +12,3 @@ # antic

=> Atom walks into a bar. The bartender tells him to split. Everyone dies.
\[^_^]/
```

@@ -14,0 +15,0 @@

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