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.6 to 1.4.7

4

lib/slack/setup.js

@@ -52,3 +52,3 @@ 'use strict';

return new api.ApiResponse(
`${request.env.slackHomePageUrl}?encodedBody=${encodeURIComponent(slack_response.body)}`,
request.env.slackHomePageUrl,
{'X-Version': '302', 'Content-Type': 'text/plain', 'X-slack-data': encodeURIComponent(slack_response.body)});

@@ -58,3 +58,3 @@ });

// success: 302
success: { headers: ['X-Version', 'Content-Type', 'X-slack-data'] }
success: { status: 302, code: 302, headers: ['X-Version', 'Content-Type', 'X-slack-data'] }
});

@@ -61,0 +61,0 @@

{
"name": "claudia-bot-builder-fork",
"version": "1.4.6",
"version": "1.4.7",
"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