Socket
Socket
Sign inDemoInstall

node-gmail-api

Package Overview
Dependencies
56
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

8

index.js

@@ -41,2 +41,6 @@ var request = require('request')

if (body.error) {
return result.emit('error', new Error(body.error.message))
}
var messages = body.messages.map(function (m) {

@@ -75,2 +79,6 @@ return {

}).parse(res)
form.on('close', function () {
combined.end()
})
})

@@ -77,0 +85,0 @@ })

2

package.json
{
"name": "node-gmail-api",
"version": "0.1.0",
"version": "0.1.1",
"description": "Interacts with the gmail api, fetching emails",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc