Comparing version 1.1.1 to 1.2.0
#!/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", |
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
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
2756
8