Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-gmail-api

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gmail-api - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

test/api-test.js

1

index.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc