is-autoreply
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "is-autoreply", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Detect if email is an autoreply according to the email headers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -19,2 +19,4 @@ | ||
Headers can be String, Buffer or Object (key/value). In case of String or Buffer, the headers are automatically parsed. | ||
```js | ||
@@ -21,0 +23,0 @@ const isAutoreply = require('is-autoreply'); |
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
10577
33