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

bidireccionalgmailcontacts-celerex

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bidireccionalgmailcontacts-celerex - npm Package Compare versions

Comparing version 1.4.5 to 1.4.6

2

package.json
{
"name": "bidireccionalgmailcontacts-celerex",
"version": "1.4.5",
"version": "1.4.6",
"description": "",

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

@@ -566,3 +566,3 @@ const mongoose = require("mongoose");

respo.response = "Queue was updated Succesfully";
console.log(respo);
//console.log(respo);
return respo;

@@ -572,2 +572,5 @@ } catch (error) {

respo.error.errorMsg = `Error al actualizar la cola del contacto ${email} error: ${error}`;
console.log(
`Error al actualizar la cola del contacto ${email} error: ${error}`
);
console.log(error);

@@ -574,0 +577,0 @@ //throw new Error();

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