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.2.1 to 0.2.2

11

package.json
{
"name": "@activepieces/piece-google-contacts",
"version": "0.2.1",
"version": "0.2.2",
"dependencies": {
"@sinclair/typebox": "0.26.8",
"axios": "1.2.4",
"lodash": "4.17.21",
"nanoid": "3.3.4",
"@activepieces/pieces-framework": "0.3.13",
"@activepieces/shared": "0.3.11",
"@activepieces/pieces-common": "0.0.1",
"tslib": "2.4.1"
"@activepieces/pieces-framework": "0.3.27",
"@activepieces/shared": "0.3.44",
"@activepieces/pieces-common": "0.0.7",
"tslib": "2.5.3"
},

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.googleContacts = void 0;
const tslib_1 = require("tslib");
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
const pieces_framework_1 = require("@activepieces/pieces-framework");

@@ -10,3 +8,2 @@ const create_contact_1 = require("./lib/action/create-contact");

exports.googleContacts = (0, pieces_framework_1.createPiece)({
name: 'google-contacts',
logoUrl: 'https://cdn.activepieces.com/pieces/google-contacts.png',

@@ -17,4 +14,3 @@ actions: [create_contact_1.googleContactsAddContactAction],

triggers: [new_contact_1.googleContactNewOrUpdatedContact],
version: package_json_1.default.version,
});
//# sourceMappingURL=index.js.map

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