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.5 to 0.2.6

2

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

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

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

};
QueueDev.prototype.validateMessageOrigin = function (secret) {
QueueDev.prototype.validateMessageSecret = function (secret) {
if (!secret) {

@@ -79,0 +79,0 @@ throw new apps_sdk_error_1.BadRequestError('secret is required.');

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

};
QueueProd.prototype.validateMessageOrigin = function (secret) {
QueueProd.prototype.validateMessageSecret = function (secret) {
var envMessageSecret = process.env.MNDY_TOPIC_MESSAGES_SECRET;

@@ -80,0 +80,0 @@ if (!envMessageSecret) {

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

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

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

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

};
QueueDev.prototype.validateMessageOrigin = function (secret) {
QueueDev.prototype.validateMessageSecret = function (secret) {
if (!secret) {

@@ -73,0 +73,0 @@ throw new BadRequestError('secret is required.');

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

};
QueueProd.prototype.validateMessageOrigin = function (secret) {
QueueProd.prototype.validateMessageSecret = function (secret) {
var envMessageSecret = process.env.MNDY_TOPIC_MESSAGES_SECRET;

@@ -77,0 +77,0 @@ if (!envMessageSecret) {

@@ -8,3 +8,3 @@ import { IQueue } from '../types/queue';

}): Promise<string>;
validateMessageOrigin(secret: string): boolean;
validateMessageSecret(secret: string): boolean;
}

@@ -7,3 +7,3 @@ import { IQueue } from '../types/queue';

}): Promise<string>;
validateMessageOrigin(secret: string): boolean;
validateMessageSecret(secret: string): boolean;
}

@@ -5,2 +5,3 @@ export type IQueue = {

}) => Promise<string>;
validateMessageSecret: (secret: string) => boolean;
};
{
"name": "@mondaycom/apps-sdk",
"version": "0.2.5",
"version": "0.2.6",
"description": "monday apps SDK for NodeJS",

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

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