Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "clocktime", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Convert from seconds, minutes, hours to clock time (12/24hrs)", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"check": "npm run lint && npm test", | ||
"lint": "eslint .", | ||
"test": "mocha test.js" | ||
}, | ||
@@ -26,3 +28,11 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/coopy/clocktime#readme" | ||
"homepage": "https://github.com/coopy/clocktime#readme", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint": "^3.7.1", | ||
"eslint-config-standard": "^6.2.0", | ||
"eslint-plugin-promise": "^2.0.1", | ||
"eslint-plugin-standard": "^2.0.1", | ||
"mocha": "^3.1.0" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
4807
6
84
1
6