Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
'use strict'; | ||
console.log("Yes, this is shit.") |
{ | ||
"name": "is-shit", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "is this shit?", | ||
"main": "index.js", | ||
"bin": { | ||
"is-shit": "./index.js" | ||
"is-shit": "index.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 0" | ||
"test": "echo \"I don't care\"" | ||
}, | ||
@@ -12,0 +12,0 @@ "author": "Carlos Alexadnro Becker <caarlos0@gmail.com>", |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
348
3
1