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.0.5 to 1.0.6

1

models/auth.js

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

token: String,
refreshToken: String,
type: String,

@@ -8,0 +9,0 @@ email: String,

2

package.json
{
"name": "bidireccionalgmailcontacts-celerex",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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

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

if (response.status === 200) {
//console.log(`Contacts of ${email} were updated succesfully`);
console.log(`Contacts of ${email} were updated succesfully`);
return {

@@ -262,8 +262,3 @@ responseMsg: `Contacts of ${email} were updated succesfully`,

const refreshAccessToken = async (
client_id,
client_secret,
refresh_token,
grant_type
) => {
const refreshAccessToken = async (client_id, client_secret, refresh_token) => {
const data = {

@@ -281,2 +276,3 @@ client_id,

});
console.log(response);

@@ -294,6 +290,14 @@ /* //console.log(`Contacts of ${email} were updated succesfully`);

refreshAccessToken(
"971602638700-ob3kadat9n3f6oif5pk8t5ebjuajp2q3.apps.googleusercontent.com",
"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",
"1//06t9tWak0h2leCgYIARAAGAYSNwF-L9IrpcuEcwNfHvsvZrXvKsGGU1Twm0DB9g1eZE_zfZzB_4ZGaOvrCn83om5faOlR0KMkAfQ"
)
.then((res) => {})
.catch();
module.exports = {
getUsers,
getContactsUser,
callLambda
callLambda,
};
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