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

@mondaycom/apps-sdk

Package Overview
Dependencies
Maintainers
9
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mondaycom/apps-sdk - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

dist/cjs/minimal-package.js
"use strict";
exports.__esModule = true;
exports["default"] = { name: '@mondaycom/apps-sdk', version: '0.2.2' };
exports["default"] = { name: '@mondaycom/apps-sdk', version: '0.2.3' };
//# sourceMappingURL=minimal-package.js.map
{
"name": "@mondaycom/apps-sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "monday apps SDK for NodeJS",

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

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

_a.trys.push([1, 3, , 4]);
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(JSON.stringify(message)) : message;
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(message) : message;
return [4 /*yield*/, this.pubSubClient

@@ -64,0 +64,0 @@ .topic(topicName)

@@ -1,2 +0,2 @@

export default { name: '@mondaycom/apps-sdk', version: '0.2.2' };
export default { name: '@mondaycom/apps-sdk', version: '0.2.3' };
//# sourceMappingURL=minimal-package.js.map
{
"name": "@mondaycom/apps-sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "monday apps SDK for NodeJS",

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

@@ -58,3 +58,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

_a.trys.push([1, 3, , 4]);
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(JSON.stringify(message)) : message;
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(message) : message;
return [4 /*yield*/, this.pubSubClient

@@ -61,0 +61,0 @@ .topic(topicName)

{
"name": "@mondaycom/apps-sdk",
"version": "0.2.2",
"version": "0.2.3",
"description": "monday apps SDK for NodeJS",

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

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