Socket
Socket
Sign inDemoInstall

recime-message-responder

Package Overview
Dependencies
251
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.3 to 2.9.4

2

dist/request.js

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

else {
return Promise.resolve(__.text("Recursive flow detected. Please double check your flow and ensure that you are not using a \"go-to\" to call itself"));
return Promise.resolve(__.text("Recursive flow detected. Please double check your flow and ensure that you are not using \"go-to\" to create a infinite loop."));
}

@@ -147,0 +147,0 @@ }

{
"name": "recime-message-responder",
"version": "2.9.3",
"version": "2.9.4",
"description": "",

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

@@ -168,3 +168,3 @@ import request = require('request');

} else {
return Promise.resolve(__.text("Recursive flow detected. Please double check your flow and ensure that you are not using a \"go-to\" to call itself"));
return Promise.resolve(__.text("Recursive flow detected. Please double check your flow and ensure that you are not using \"go-to\" to create a infinite loop."));
}

@@ -171,0 +171,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc