New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7 to 1.4.8

4

lib/slack/setup.js

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

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

@@ -56,0 +56,0 @@ }, {

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