Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mailhound", | ||
"description": "Mailhound is a simple server side script for receiving form posts and emailing the form values linked to a secret key.", | ||
"description": "Mailhound is a simple server side script for receiving form posts and emailing the form values.", | ||
"repository": "https://github.com/chadfawcett/mailhound", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"name": "mailhound", | ||
"version": "1.0.0", | ||
"description": "A simple mailing script that accepts form posts", | ||
"version": "1.0.1", | ||
"description": "Mailhound is a simple server side script for receiving form posts and emailing the form values.", | ||
"keywords": [ | ||
"post", | ||
"form", | ||
"email", | ||
"static" | ||
], | ||
"bugs": "https://github.com/chadfawcett/mailhound/issues", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Chad Fawcett", | ||
"url": "http://chadf.ca" | ||
}, | ||
"repository": "chadfawcett/mailhound", | ||
"scripts": { | ||
@@ -20,4 +33,4 @@ "start": "node server.js", | ||
"engines": { | ||
"node": "0.10.x" | ||
"node": "0.12.x" | ||
} | ||
} |
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
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
6901
2