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

claudia-bot-builder-fork

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claudia-bot-builder-fork - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

8

lib/slack/setup.js

@@ -51,4 +51,10 @@ 'use strict';

// return `${request.env.slackHomePageUrl}?encodedBody=${encodeURIComponent(slack_response.body)}`;
let parsed = JSON.parse(slack_response.body);
let slackSumary = {}; // has team, user, and channel
slackSumary.incoming_webhook = parsed.incoming_webhook;
slackSumary.team_name = parsed.team_name;
slackSumary.team_id = parsed.team_id;
slackSumary.user_id = parsed.user_id;
return new api.ApiResponse(
`${request.env.slackHomePageUrl}?encodedBody=${encodeURIComponent(slack_response.body)}`,
`${request.env.slackHomePageUrl}?encodedBody=${encodeURIComponent(slackSumary)}`,
{'X-Version': 302, 'Content-Type': 'text/plain', 'X-slack-data': encodeURIComponent(slack_response.body)});

@@ -55,0 +61,0 @@ });

2

package.json
{
"name": "claudia-bot-builder-fork",
"version": "1.4.8",
"version": "1.4.9",
"description": "Create chat-bots for various platforms and deploy to AWS Lambda quickly, slack app fixes",

@@ -5,0 +5,0 @@ "main": "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