node-gmail-api
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -90,3 +90,2 @@ var request = require('request') | ||
r.on('response', function (res) { | ||
res.pipe(process.stdout) | ||
var type = res.headers['content-type'] | ||
@@ -93,0 +92,0 @@ , form = new multiparty.Form |
{ | ||
"name": "node-gmail-api", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Interacts with the gmail api, fetching emails", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "tape test/*.js" | ||
}, | ||
@@ -28,3 +28,7 @@ "repository": { | ||
"stream-stream": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
"nock": "^0.44.3", | ||
"tape": "^2.14.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
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
12913
9
385
1
2