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

@activepieces/piece-google-contacts

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@activepieces/piece-google-contacts - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

13

package.json
{
"name": "@activepieces/piece-google-contacts",
"version": "0.3.0",
"version": "0.3.1",
"dependencies": {
"@sinclair/typebox": "^0.26.3",
"axios": "1.2.4",
"axios": "1.4.0",
"dayjs": "^1.11.8",
"is-base64": "^1.1.0",
"nanoid": "^3.3.4",
"@activepieces/pieces-common": "0.1.0",
"@activepieces/pieces-framework": "0.4.0",
"@activepieces/shared": "0.4.0",
"semver": "7.5.3",
"@activepieces/pieces-common": "0.2.1",
"@activepieces/pieces-framework": "0.6.8",
"@activepieces/shared": "0.6.1",
"tslib": "1.14.1"

@@ -12,0 +15,0 @@ },

@@ -8,8 +8,8 @@ "use strict";

exports.googleContactsAuth = pieces_framework_1.PieceAuth.OAuth2({
description: "",
description: '',
displayName: 'Authentication',
authUrl: "https://accounts.google.com/o/oauth2/auth",
tokenUrl: "https://oauth2.googleapis.com/token",
authUrl: 'https://accounts.google.com/o/oauth2/auth',
tokenUrl: 'https://oauth2.googleapis.com/token',
required: true,
scope: ["https://www.googleapis.com/auth/contacts"]
scope: ['https://www.googleapis.com/auth/contacts']
});

@@ -20,7 +20,7 @@ exports.googleContacts = (0, pieces_framework_1.createPiece)({

actions: [create_contact_1.googleContactsAddContactAction],
displayName: "Google Contacts",
displayName: 'Google Contacts',
authors: ['abuaboud', 'abdallah-alwarawreh'],
triggers: [new_contact_1.googleContactNewOrUpdatedContact],
auth: exports.googleContactsAuth,
auth: exports.googleContactsAuth
});
//# sourceMappingURL=index.js.map

@@ -67,3 +67,3 @@ "use strict";

if (context.propsValue['phoneNumber']) {
contact['phoneNumbers'] = [{ value: context.propsValue['phoneNumber'], primary: true }];
contact['phoneNumbers'] = [{ value: context.propsValue['phoneNumber'] }];
}

@@ -70,0 +70,0 @@ if (context.propsValue['company'] || context.propsValue['jobTitle']) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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