authheaders
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "authheaders", | ||
"description": "Node.js wrapper around the Python pip package authheaders", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
@@ -97,4 +97,6 @@ # authheaders | ||
The value of `result` is an Object with properties `header` (String), and Objects for `spf`, `dkim`, `arc`, and `dmarc`. These Object's contain a `result` (String) and conditionally a `reason` (String) value. | ||
The value of `result` is an Object with properties `header` (String), and Objects for `spf`, `dkim`, `arc`, and `dmarc`. | ||
These Objects contain a `result` (String) and conditionally a `reason` (String) value. | ||
An example `result` object is provided below: | ||
@@ -101,0 +103,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
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
133
25071