Socket
Socket
Sign inDemoInstall

botact

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botact - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

.npmignore

2

lib/utils/callbackHandler.js

@@ -17,3 +17,3 @@ module.exports = (body, executionItems) => {

? { response: response[i] }
: { error: execute_errors[i] }
: { error: execute_errors && execute_errors[i] ? execute_errors[i] : null }
)

@@ -20,0 +20,0 @@ }

{
"name": "botact",
"version": "2.3.2",
"version": "2.3.3",
"description": "Botact enables developers to focus on writing reusable application logic instead of spending time building infrastructure.",

@@ -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