Comparing version 1.0.0 to 1.1.0
@@ -6,6 +6,7 @@ #!/usr/bin/env node | ||
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.\"" | ||
"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." | ||
]; | ||
console.log(jokes[random(0, jokes.length-1)]); |
{ | ||
"name": "antic", | ||
"version": "1.0.0", | ||
"version": "1.1.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
2633
7